@argusjs/db-memory
v0.1.1
Published
In-memory database adapter for testing and development.
Readme
@argusjs/db-memory
In-memory database adapter for testing and development.
Part of ArgusJS -- Enterprise-grade, fully pluggable authentication platform.
Install
pnpm add @argusjs/db-memoryUsage
import { MemoryDbAdapter } from '@argusjs/db-memory';
const db = new MemoryDbAdapter();Docs
See the main documentation for full API reference and examples.
