Armel Soro ed14ce4dec
[Kotlin] Use mutable container types when 'modelMutable' is enabled (#11154)
* [Kotlin] Use Mutable container types when 'modelMutable' is enabled

* Generate sample 'kotlin' project with mutable models

* Generate sample 'kotlin-server' project with mutable models

* Generate sample 'kotlin-vertx' project with mutable models

* Generate sample 'ktorm-schema' project with mutable models

Co-authored-by: Bruno Coelho <4brunu@users.noreply.github.com>
2022-01-30 12:06:03 +00:00

827 B

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.

Documentation for Models