Web-based responsive document annotation tool
activeannoservice / common / org.litote.kmongo.coroutine.CoroutineDatabase
| Name | Summary |
|---|---|
| getOrCreateCollection | Create a mongo collection if not exist and return itsuspend fun <T : Any> CoroutineDatabase.getOrCreateCollection(collectionName: String): CoroutineCollection<T> |