monko-core
/
dev.petuska.monko.core
/
MonkoDatabase
common
Monko
Database
interface
MonkoDatabase
:
Proxy
<
MongoDatabase
> ,
NativeCloseable
Content copied to clipboard
Functions
Properties
Extensions
Functions
close
Link copied to clipboard
common
abstract fun
close
()
Content copied to clipboard
collection
Link copied to clipboard
common
abstract suspend fun
collection
(name:
String
):
MonkoCollection
<
Document
>
Content copied to clipboard
runCommand
Link copied to clipboard
common
abstract suspend fun
runCommand
(command:
MonkoBson
):
MonkoBson
Content copied to clipboard
Properties
client
Link copied to clipboard
common
abstract val
client
:
MonkoClient
Content copied to clipboard
name
Link copied to clipboard
common
abstract val
name
:
String
Content copied to clipboard
source
Link copied to clipboard
common
abstract val
source
:
MongoDatabase
Content copied to clipboard
Extensions
runCommand
Link copied to clipboard
common
suspend fun
MonkoDatabase
.
runCommand
(command:
String
):
MonkoBson
Content copied to clipboard