forked from loafle/openapi-generator-original
The EOL is missing so let's add it in order to comply with POSIX standard: Line > A sequence of zero or more non- <newline> characters plus a terminating <newline> character.
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.