@pgsql/parser
The real PostgreSQL query parser
The real PostgreSQL query parser
Generate typescript interface definitions from (postgres) SQL database schema
Prisma Client is an auto-generated, type-safe and modern JavaScript/TypeScript ORM for Node.js that's tailored to your data. Supports MySQL, PostgreSQL, MariaDB, SQLite databases.
A database helper library with a few abtractions and utils for NestJS.
Prisma Client is an auto-generated, type-safe and modern JavaScript/TypeScript ORM for Node.js that's tailored to your data. Supports MySQL, PostgreSQL, MariaDB, SQLite databases.
A simple library to help developers to manage connections and queries on postgres database
A Vercel PostgreSQL database plugin for OberonCMS
Sequelize modified for Redshift support
OpenTelemetry instrumentation for `pg` and `pg-pool` database client for PostgreSQL
Postgresql database migration management tool for node.js
Zero-Abstraction Postgres for TypeScript (semi-permanent fork)
PubSub library using Rxjs and Postgres Notify-Listen
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.
A tasty tool that lets you save, load and share postgres snapshots with ease.
A memory version of postgres
Fork of pgsql-ast-parser Simple Postgres SQL parser/modifier for pg-mem
Discovery and execution services API for sql enabled graph protocol subgraphs
Extracts database schema from a GraphQL schema based on thegraph protocol implementation.
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'})
Simple convenience methods utilizing node-postgres