PostgreSQL driver with schema-less JSONB storage - lightweight and fast data persistence for Node.js
npm install @hawiah/postgresPostgreSQL driver with schema-less JSONB storage for Node.js applications.
``bash``
npm install @hawiah/postgres
- Schema-less data storage using PostgreSQL JSONB
- Connection pooling with node-postgres (pg)
- Support for cloud providers (Neon, Supabase, etc.)
- Transaction support
- Unified IDriver interface
- Automatic table creation and indexing
- Raw SQL query execution support
MIT