William Cheng e2c458b9ea
Prepare 7.10.0 (#19809)
* Revert "prepare 7.9.0 release (#19808)"

This reverts commit 4145000dfebe7a9edea4555c8515383da7602458.

* prepare 7.10.0 snapshot

* update doc

* update samples
2024-10-08 11:21:54 +08:00
..
2021-01-06 17:04:49 +08:00

org.openapitools.database - Kotlin database library for OpenAPI Petstore

Requires

Build

./gradlew check assemble

This runs all tests and packages the library.

Features/Implementation Notes

  • Some Kotlin and Java types are fully qualified to avoid conflicts with types defined in OpenAPI definitions.
  • Supports Mapper using API model classes.
  • Supports SQLite types.

Documentation for Models