MongoResource
이 콘텐츠는 아직 번역되지 않았습니다.
MongoResource =
object
Defined in: src/persistence/journals/MongoClient.ts:72
What a MongoDB store holds open: the database handle plus the client that owns it.
Properties
Section titled “Properties”client
Section titled “client”
readonlyclient:MongoClientLike
Defined in: src/persistence/journals/MongoClient.ts:74
database
Section titled “database”
readonlydatabase:MongoDatabaseLike
Defined in: src/persistence/journals/MongoClient.ts:73
