kmongo / org.litote.kmongo.coroutine / CoroutineDatabase / drop

drop

suspend fun drop(): <ERROR CLASS> (source)

Drops this database.

Mongodb
.driver.manual reference/commands/dropDatabase/#dbcmd.dropDatabase Drop database

suspend fun drop(clientSession: ClientSession): <ERROR CLASS> (source)

Drops this database.

Parameters

clientSession - the client session with which to associate this operation

Mongodb
.driver.manual reference/commands/dropDatabase/#dbcmd.dropDatabase Drop database

Mongodb
.server.release 3.6

Since
1.7