drop

suspend fun drop()

Drops this database.

See also


suspend fun drop(clientSession: ClientSession)

Drops this database.

Parameters

clientSession

the client session with which to associate this operation

See also