Package dev.petuska.monko.core.ext

Types

Bson
Link copied to clipboard
interface Bson
interface Bson : NativeProxy<<ERROR CLASS>>
typealias Bson = Json
typealias Bson = Bson
BsonDocument
Link copied to clipboard
open class BsonDocument : Bson
open external class BsonDocument : Json
typealias BsonDocument = BsonDocument
CountDocumentsOptions
Link copied to clipboard
js
external interface CountDocumentsOptions : Json
Document
Link copied to clipboard
open class Document : Bson
open external class Document : Json
typealias Document = Document
MongoClient
Link copied to clipboard
interface MongoClient
external interface MongoClient
interface MongoClient : NativeProxy<<ERROR CLASS>>
typealias MongoClient = MongoClient
MongoCollection
Link copied to clipboard
interface MongoCollection<T>
external interface MongoCollection<T>
interface MongoCollection<T> : NativeProxy<<ERROR CLASS>>
typealias MongoCollection = MongoCollection<T>
MongoDatabase
Link copied to clipboard
interface MongoDatabase
external interface MongoDatabase
interface MongoDatabase : NativeProxy<<ERROR CLASS>>
typealias MongoDatabase = MongoDatabase
MongodbModule
Link copied to clipboard
js
external object MongodbModule