kotlin-nosql
kotlin-nosql copied to clipboard
NoSQL database query and access library for Kotlin
Results
11
kotlin-nosql issues
Sort by
recently updated
recently updated
newest added
Define a base class for document having id reference. A document schema should check the type of document. ``` kotlin abstract Document { val id : Id? = null }...