Node.js implementation of PostgreSQL's format() to safely create dynamic SQL queries.
A lightweight command-line tool that spins up a local web server to display Git commit diffs in a GitHub-like Files changed view
A collection of language tools and a Language Server Protocol (LSP) implementation for Postgres, focusing on developer experience and reliable SQL tooling.
Aggregates support for PostGraphile
For documentation, see https://www.atdatabases.org/docs/pg-bulk
PostgresQL error constants for use with Node.js. Use these to avoid code like `if (err.code === '23505')` and instead write `if (err.code === UNIQUE_VIOLATION)`.
A fully typed TypeScript and Node.js implementation of PostgreSQL format() to safely create dynamic SQL queries. SQL identifiers and literals are escaped to help prevent SQL injection.
Ignore plugin for esbuild
Large object support for PostgreSQL clients (node-postgres)
For documentation, see https://www.atdatabases.org/docs/pg-typed
Transpiler - Postgres driver
PostgreSQL native adapter for Node-Casbin with advanced filter capability and improved performance.
Zen by Aikido is an embedded Application Firewall that autonomously protects Node.js apps against common and critical attacks, provides rate limiting, detects malicious traffic (including bots), and more.
Subscriptions plugin for PostGraphile using PostgreSQL's LISTEN/NOTIFY
Reverse engineer PostgreSQL database as a detailed JS Object.
Reliable PostgreSQL LISTEN/NOTIFY with inter-process lock support
PostGIS extension for PGlite
Postgres DB server emulator, proxy or honeypot
A TypeScript library for writing SQL queries using template strings with automatic parameterization and nested statement support.
camel-casing for postgres result field names
Test runner for PostgreSQL tests
This package contains the contract for Cashfree PG
escape postgres queries which do not support stored procedures
restore parseFloat behavior to node-postgres (pg) - can be used as a reference for implementing other type parsing addons