@webtypen/webframez-dbdriver-mongodb
TypeScript icon, indicating that this package has built-in type declarations

0.0.5 • Public • Published

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

Readme

Keywords

none

Package Sidebar

Install

npm i @webtypen/webframez-dbdriver-mongodb

Homepage

webtypen.de/

Weekly Downloads

0

Version

0.0.5

License

MIT

Unpacked Size

17.2 kB

Total Files

10

Last publish

Collaborators

  • torrnext