@mconnect/mcdbcrud
mConnect CRUD Operations for Postgres SQL DB
mConnect CRUD Operations for Postgres SQL DB
MIx SQL Query for data hooks with Tsup
Fork of schemats - Generate typescript interface definitions from (postgres) SQL database schema
CLI to filter or transform data during the restoration process for Postgres databases
Sequelize is a promise-based Node.js ORM tool for Postgres, MySQL, MariaDB, SQLite, Microsoft SQL Server, Amazon Redshift and Snowflake’s Data Cloud. It features solid transaction support, relations, eager and lazy loading, read replication and more.
riao database
Multi dialect ORM for Node.JS
ORM for Mythix framework
PostgreSQL driver for Mythix ORM
SQL base support for Mythix ORM
Simple convenience methods utilizing node-postgres
Simple node-postgres wrapper that abstracts transactions and savepoints
Generate Drizzle schema from Prisma schema
Generate Zod schemas from Drizzle ORM schemas
It provides postgres connection for Migramon.
PostgreSQL Driver for Minato
PostgreSQL storage adapter for Keyv
Generate typescript interface definitions from (postgres) SQL database schema
Stack Overflow style database migrations for PostgreSQL
Pub/Sub task queue backed by Postgres # Quickstart ```Javascript const PgTasks = require('@roonlabs/node-pg-tasks'); const client = new PgTasks({user: 'postgres', password: 'postgres', database: 'testdb'})