@argusjs/db-postgres
v0.1.4
Published
PostgreSQL database adapter using Drizzle ORM with 18 tables.
Readme
@argusjs/db-postgres
PostgreSQL database adapter using Drizzle ORM with 18 tables.
Part of ArgusJS -- Enterprise-grade, fully pluggable authentication platform.
Install
pnpm add @argusjs/db-postgresUsage
import { PostgresAdapter } from '@argusjs/db-postgres';
const db = new PostgresAdapter({ connectionString: process.env.DATABASE_URL });Docs
See the main documentation for full API reference and examples.
