forked from loafle/openapi-generator-original
* Revert "v7.2.0 release (#17455)" This reverts commit fe638d009363c142c246ff089032f243e0b4ee01. * set version to 7.3.0-SNAPSHOT * update doc
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.