@jagql/store-sequelize
Relational data store for jagql with Sequelize
Relational data store for jagql with Sequelize
A postgresql driver for db-migrate
Postgres package for pedro.js
A cli for running and restoring multiple databases locally
PostgreSQL support for Koishi
Generate typescript interface definitions from (postgres) SQL database schema
Database agnostic, type-safe, and syntax-friendly ORM for Node.js users.
Automatically generates typescript models compatible with sequelize-typescript library (https://www.npmjs.com/package/sequelize-typescript) directly from your source database.
Job queue for PostgreSQL
apply default postgres connection config from dotfiles and .pgpass
Cloud-native serverless anti-framework
Cloud-native serverless anti-framework
This package provides a simple command line interface to run the PGProxy Server.
This package provides the main entry point for clients to work with PGProxy Servers. It acts both as an abstraction layer over the various client implementations _and_ as a registry for them.
This package provides a NodeJS specific client for PGProxy Servers.
This package provides a `PGClient` implementation _directly connecting_ to PostgreSQL servers, and not requiring a PGProxy Server to run.
This package provides client for PGProxy Servers based on WHATWG `fetch` and WebSockets, and the WebCrypto API.
The persister interface for PostgreSQL Proxy is a higher-level interface offering (on top of the usual connection and query interface) a CRUD abstraction over database tables and few utility methods.
This package provides low-level connectivity and a connection pool implementation to connect to PosgreSQL databases using `libpq`.
This package provides the core of the PGProxy HTTP and WebSocket server to be used in connection with PGProxy clients.