COLLECTED BY
Organization:
Internet Archive
Focused crawls are collections of frequently-updated webcrawl data from narrow (as opposed to broad or wide) web crawls, often focused on a single domain or subdomain.
The Wayback Machine - https://web.archive.org/web/20210509064602/https://github.com/topics/node-postgres
Here are
54 public repositories
matching this topic...
PostgreSQL client for node.js.
Updated
May 8, 2021
JavaScript
A connection pool for node-postgres
Updated
Dec 29, 2019
JavaScript
A Node.js SQL toolkit for writing native SQL queries yielding pure business objects
Updated
May 8, 2021
JavaScript
PostgreSQL 🐘 client for node.js designed for easy use with ES7 async/await based on node-postgres
Updated
May 23, 2020
JavaScript
Javascript tag to format SQL template literals
Updated
May 8, 2021
TypeScript
Postgres SQL Cross Platform Web-based Client
Typescript wrapper around node-postgres
Updated
Jul 15, 2020
TypeScript
🐖 A small companion library for node-postgres
Updated
May 6, 2021
TypeScript
Node.js example API using Typescript, PostgreSQL, Docker Compose, Hexagonal arquitecture, DDD, eslint and testing with Jest
Updated
Jan 19, 2021
TypeScript
How to Create a Simple Crud Application by Connecting PostgreSQL with NodeJs
Updated
Mar 20, 2019
HTML
Complex queries can be written with normal SQL, including the values needs to be bound and prefixed with the sql tag.
Updated
Nov 12, 2020
JavaScript
Zero-dependency tool for binding SQL queries in more native JS way
Updated
May 28, 2019
JavaScript
A structured and easy way to execute queries against Postgres
Updated
Mar 30, 2021
JavaScript
The application server of the Roadster app.
Updated
Jun 9, 2018
TypeScript
How to connect PostgreSQL with nodejs & it's connection pooling.
Updated
Apr 3, 2019
JavaScript
A nonbili purescript binding to npm pg
Updated
Sep 6, 2020
PureScript
🐦 A Postgres client for Node.js which type-checks your SQL queries at compile time!
Updated
Apr 24, 2021
TypeScript
A small helper to parameterize your node-pg query
Updated
May 9, 2021
TypeScript
PostgreSQL Plugin which supports pooling for egg.
Updated
Jun 1, 2020
JavaScript
Add TCP keep-alive to pg module
Updated
Apr 14, 2016
JavaScript
A very simple server that manages questions and anwsers
Updated
Oct 23, 2018
JavaScript
Named function arguments for node-postgres
Updated
Jul 25, 2019
JavaScript
A full-stack e-commerce project built with Postgres, Express, React and Node.
Updated
May 8, 2021
JavaScript
Library for simplifying and enhancing the node-postgres (pg) API.
Updated
May 26, 2018
JavaScript
Testing how well Node.js can scale and cluster with Postres
Updated
May 7, 2021
JavaScript
Using Typescript to create A Node/Express Application with Postgres DB Connection. Including DB Relations & Migrations.
Updated
Dec 17, 2018
TypeScript
A lightweight node-postgres build query utils
Updated
Apr 7, 2021
TypeScript
A simple module which helps to manage a pub/sub behavior with the PostgreSQL updates in the real-time through HTTP/SSE/WebSockets connection
Updated
Apr 1, 2021
TypeScript
Improve this page
Add a description, image, and links to the
node-postgres
topic page so that developers can more easily learn about it.
Curate this topic
Add this topic to your repo
To associate your repository with the
node-postgres
topic, visit your repo's landing page and select "manage topics."
Learn more
You can’t perform that action at this time.
You signed in with another tab or window. Reload to refresh your session.
You signed out in another tab or window. Reload to refresh your session.
Some business logic may revolve around the
type
of PSQL execution error that gets thrown during a query. Libs likenode-postgres
return the PSQL error code on the error in a fieldcode
on the error itself. To match the functionality of those libraries, would it be possible to include the appropriate error code on execution errors t