@argusjs/db-mongodb
v0.1.4
Published
MongoDB database adapter using the native driver.
Readme
@argusjs/db-mongodb
MongoDB database adapter using the native driver.
Part of ArgusJS -- Enterprise-grade, fully pluggable authentication platform.
Install
pnpm add @argusjs/db-mongodbUsage
import { MongoDbAdapter } from '@argusjs/db-mongodb';
const db = new MongoDbAdapter({ url: 'mongodb://localhost:27017', dbName: 'auth' });Docs
See the main documentation for full API reference and examples.
