mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2026-02-25 09:20:56 +00:00
* Revert "v7.19.0 release (#22732)"
This reverts commit ff400e9a31.
* prepare v7.20.0 release
* update samples
* 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.