0.0.7 • Published 5 months ago

@webtypen/webframez-dbdriver-mongodb v0.0.7

Weekly downloads
-
License
MIT
Repository
github
Last release
5 months ago

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();
0.0.7

5 months ago

0.0.6

6 months ago

0.0.5

2 years ago

0.0.4

3 years ago

0.0.3

3 years ago

0.0.2

3 years ago

0.0.1

3 years ago