mirror of
https://github.com/spacebarchat/server.git
synced 2026-06-02 21:54:16 +00:00
✨ Database
This commit is contained in:
@@ -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;
|
||||
Reference in New Issue
Block a user