forked from loafle/openapi-generator-original
* Revert "v7.11.0 release (#20508)" This reverts commit a7240eeefeedeefe7fc80ef22747dfc67e126324. * prepare 7.12.0 snapshot version * update samples * update readme
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.