PostgreSQL client for node.js.
-
Updated
Apr 1, 2022 - JavaScript
{{ message }}
PostgreSQL client for node.js.
A Node.js SQL toolkit for writing native SQL queries yielding pure business objects
Node.js Postgresql Crud example - Restful CRUD API with Express, Sequelize and PostgreSQL example
PostgreSQL
A full-stack e-commerce project built with Postgres, Express, React and Node.
Javascript tag to format SQL template literals
Postgres SQL Cross Platform Web-based Client
Typescript wrapper around node-postgres
Node.js example API using Typescript, PostgreSQL, Docker Compose, Hexagonal arquitecture, DDD, eslint and testing with Jest
How to Create a Simple Crud Application by Connecting PostgreSQL with NodeJs
Complex queries can be written with normal SQL, including the values needs to be bound and prefixed with the sql tag.
A structured and easy way to execute queries against Postgres
Zero-dependency tool for binding SQL queries in more native JS way
The application server of the Roadster app.
How to connect PostgreSQL with nodejs & it's connection pooling.
A nonbili purescript binding to npm pg
Add TCP keep-alive to pg module
Telegram ledger bot
Named function arguments for node-postgres
A very simple server that manages questions and anwsers
A simple loan management system
Library for simplifying and enhancing the node-postgres (pg) API.
A small helper to parameterize your node-pg query
PostgreSQL Plugin which supports pooling for egg.
Testing how well Node.js can scale and cluster with Postres
Add a description, image, and links to the node-postgres topic page so that developers can more easily learn about it.
To associate your repository with the node-postgres topic, visit your repo's landing page and select "manage topics."
To reproduce:
datecolumn (for example,"date_of_birth" date not null)mikro-ormand passing in"1983-09-12")Expected:
dateOfBirth: '1983-09-12'as aStringActual:
dateOfBirth: 1983-09-12T00:00:00.000Zas aDateWhen I follow these steps with an actual Postgres