forked from loafle/openapi-generator-original
* Revert "7.6.0 release" This reverts commit d76f9d32d11a03be2b40ebff728ef0ff86332fcb. * prepare 7.7.0 snapshot in master * update samples
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.