The Wayback Machine - https://web.archive.org/web/20220301232517/https://github.com/topics/node-postgres
Here are
65 public repositories
matching this topic...
PostgreSQL client for node.js.
-
Updated
Mar 1, 2022
-
JavaScript
A Node.js SQL toolkit for writing native SQL queries yielding pure business objects
-
Updated
Feb 11, 2022
-
JavaScript
A connection pool for node-postgres
-
Updated
Dec 29, 2019
-
JavaScript
Node.js Postgresql Crud example - Restful CRUD API with Express, Sequelize and PostgreSQL example
-
Updated
Oct 2, 2021
-
JavaScript
PostgreSQL 🐘 client for node.js designed for easy use with ES7 async/await based on node-postgres
-
Updated
May 23, 2020
-
JavaScript
A full-stack e-commerce project built with Postgres, Express, React and Node.
-
Updated
Jan 3, 2022
-
JavaScript
Javascript tag to format SQL template literals
-
Updated
Feb 11, 2022
-
TypeScript
Postgres SQL Cross Platform Web-based Client
🐖 A small companion library for node-postgres
-
Updated
Mar 1, 2022
-
TypeScript
Typescript wrapper around node-postgres
-
Updated
Jul 15, 2020
-
TypeScript
Node.js example API using Typescript, PostgreSQL, Docker Compose, Hexagonal arquitecture, DDD, eslint and testing with Jest
-
Updated
Sep 22, 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
Sep 15, 2021
-
JavaScript
A structured and easy way to execute queries against Postgres
-
Updated
Sep 21, 2021
-
JavaScript
Zero-dependency tool for binding SQL queries in more native JS way
-
Updated
May 28, 2019
-
JavaScript
The application server of the Roadster app.
-
Updated
Jun 9, 2018
-
TypeScript
🐦 A Postgres client for Node.js which type-checks your SQL queries at compile time!
-
Updated
Oct 18, 2021
-
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
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
A simple loan management system
-
Updated
Mar 6, 2021
-
JavaScript
Named function arguments for node-postgres
-
Updated
Jul 25, 2019
-
JavaScript
Library for simplifying and enhancing the node-postgres (pg) API.
-
Updated
May 26, 2018
-
JavaScript
Using Typescript to create A Node/Express Application with Postgres DB Connection. Including DB Relations & Migrations.
-
Updated
Dec 17, 2018
-
TypeScript
A small helper to parameterize your node-pg query
-
Updated
Sep 21, 2021
-
TypeScript
Testing how well Node.js can scale and cluster with Postres
-
Updated
Feb 9, 2022
-
JavaScript
PostgreSQL Plugin which supports pooling for egg.
-
Updated
Jun 1, 2020
-
JavaScript
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.
To reproduce:
date
column (for example,"date_of_birth" date not null
)mikro-orm
and passing in"1983-09-12"
)Expected:
dateOfBirth: '1983-09-12'
as aString
Actual:
dateOfBirth: 1983-09-12T00:00:00.000Z
as aDate
When I follow these steps with an actual Postgres