✨ Database
This commit is contained in:
parent
879dafb5d1
commit
4f9eb951ce
5
src/util/Database.ts
Normal file
5
src/util/Database.ts
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
import { MongoDatabase } from "lambert-db";
|
||||||
|
|
||||||
|
const db = new MongoDatabase("mongodb://127.0.0.1:27017/lambert?readPreference=secondaryPreferred");
|
||||||
|
|
||||||
|
export default db;
|
Loading…
x
Reference in New Issue
Block a user