CDS database service for Postgres
Order by related columns on PostGraphile connections
TypeScript definitions for yesql
For documentation, see https://www.atdatabases.org/docs/pg-bulk
Minimal async jobs utility library, with streams support
Create an array without duplicates
Node.js implementation of PostgreSQL's format() to safely create dynamic SQL queries.
A collection of language tools and a Language Server Protocol (LSP) implementation for Postgres, focusing on developer experience and reliable SQL tooling.
Remove duplicate values from an array. Fastest ES5 implementation.
No description provided.
Aggregates support for PostGraphile
A lightweight command-line tool that spins up a local web server to display Git commit diffs in a GitHub-like Files changed view
Cashfree PG Plugin for React Native
Transpiler - Postgres driver
Fast JavaScript array sorting by implementing Python's Timsort algorithm
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)`.
Ignore plugin for esbuild
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.
For documentation, see https://www.atdatabases.org/docs/pg-typed
PostgreSQL native adapter for Node-Casbin with advanced filter capability and improved performance.
Array-slice method. Slices `array` from the `start` index up to, but not including, the `end` index.
`Array#forEach()` but it’s possible to define where to move to next
Turn anything into an array
Loop over each item in an array and call the given function on every element.