0.0.5 • Published 1 year ago

@webtypen/webframez-dbdriver-mongodb v0.0.5

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year 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.5

1 year ago

0.0.4

1 year ago

0.0.3

1 year ago

0.0.2

1 year ago

0.0.1

1 year ago