mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2025-10-16 01:13:40 +00:00
* Revert "v7.15.0 release (#21792)" This reverts commit 2c816f89cbd6c4670aaf6e3387c88daadae6cbad. * prepare 7.15.0 release * 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.