Skip to content

webtypen/webframez-dbdriver-mongodb

Repository files navigation

webframez MongoDB Driver

Registration:

app.ts:

import { WebApplication } from "@webtypen/webframez-core";
import { DBDrivers } from "@webtypen/webframez-core/src/Database/DBDriver";
import { MongoDBDriver } from "@webtypen/webframez-dbdriver-mongodb";

// ...
DBDrivers.register("mongodb", MongoDBDriver);
// ...

const app = new WebApplication();
app.boot();

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages