Skip to content

ema / @internals/db / CreateMongoArgs

Interface: CreateMongoArgs

Defined in: db/mongo.ts:21

Arguments for creating a MongoDB instance

Properties

dbName?

ts
optional dbName: string;

Defined in: db/mongo.ts:31

MongoDB database name

Default

ts
"ema"

uri?

ts
optional uri: string;

Defined in: db/mongo.ts:26

MongoDB connection string

Default

ts
"mongodb://localhost:27017"