William Cheng 4ff7e0ec3f
Prepare 7.5.0 snapshot (#18068)
* Revert "7.4.0 release"

This reverts commit eda049348425171df772a7b9087cc97db718cfda.

* prepare 7.5.0 snapshot version

* update samples

* update doc
2024-03-11 11:10:52 +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