🌐
GitHub
github.com › brianc › node-postgres
GitHub - brianc/node-postgres: PostgreSQL client for node.js. · GitHub
Non-blocking PostgreSQL client for Node.js (and bun, deno, cloudflare, etc...).
Starred by 13.2K users
Forked by 1.3K users
Languages   JavaScript 79.4% | TypeScript 19.6%
🌐
GitHub
github.com › porsager › postgres
GitHub - porsager/postgres: Postgres.js - The Fastest full featured PostgreSQL client for Node.js, Deno, Bun and CloudFlare · GitHub
Postgres.js - The Fastest full featured PostgreSQL client for Node.js, Deno, Bun and CloudFlare - porsager/postgres
Starred by 8.7K users
Forked by 355 users
Languages   JavaScript
🌐
GitHub
github.com › rwieruch › node-express-postgresql-server
GitHub - rwieruch/node-express-postgresql-server: Basic Node with Express + PostgreSQL Server · GitHub
Basic Node with Express + PostgreSQL Server. Contribute to rwieruch/node-express-postgresql-server development by creating an account on GitHub.
Starred by 115 users
Forked by 61 users
Languages   JavaScript 98.3% | Shell 1.7%
🌐
GitHub
github.com › yugabyte › node-postgres
GitHub - yugabyte/node-postgres: PostgreSQL client for node.js. · GitHub
PostgreSQL client for node.js. Contribute to yugabyte/node-postgres development by creating an account on GitHub.
Starred by 5 users
Forked by 2 users
Languages   JavaScript 82.1% | TypeScript 16.7%
🌐
GitHub
github.com › johncortes00 › rest-api-nodejs-postgresql
GitHub - johncortes00/rest-api-nodejs-postgresql: REST API built with Node.js, Express and PostgreSQL · GitHub
How to start a Node.js project How to use express.js to create a web server How to create routes for your application How to use pg module to get connected to PostgreSQL relational database How to create CRUD operations in PostgreSQL relational database How to create a REST API implementing HTTP methods: GET, POST, PUT AND DELETE
Starred by 14 users
Forked by 10 users
Languages   JavaScript
🌐
GitHub
github.com › JitendraZaa › node-postgres
GitHub - JitendraZaa/node-postgres: This application demonstrates database operations using PostgreSQL as a database, Heroku as platform, Node.js as language and Angularjs as javascript based MVC.
This application demonstrates database operations using PostgreSQL as a database, Heroku as platform, Node.js as language and Angularjs as javascript based MVC. - GitHub - JitendraZaa/node-postgres: This application demonstrates database operations ...
Starred by 19 users
Forked by 27 users
Languages   JavaScript 83.0% | HTML 16.6% | CSS 0.4% | JavaScript 83.0% | HTML 16.6% | CSS 0.4%
🌐
GitHub
github.com › mjhea0 › node-postgres-todo
GitHub - mjhea0/node-postgres-todo
This is a basic single page application built with Node, Express, Angular, and PostgreSQL.
Starred by 95 users
Forked by 60 users
Languages   JavaScript 72.0% | HTML 13.8% | Shell 11.6% | CSS 2.6% | JavaScript 72.0% | HTML 13.8% | Shell 11.6% | CSS 2.6%
🌐
GitHub
github.com › bezkoder › node-js-postgresql-crud-example
GitHub - bezkoder/node-js-postgresql-crud-example: Node.js PostgreSQL CRUD example with Express Rest APIs · GitHub
Node.js PostgreSQL CRUD example with Express Rest APIs - bezkoder/node-js-postgresql-crud-example
Starred by 130 users
Forked by 119 users
Languages   JavaScript
🌐
GitHub
github.com › daniel-liu-bitio › node-postgres
GitHub - daniel-liu-bitio/node-postgres: PostgreSQL client for node.js.
PostgreSQL client for node.js. Contribute to daniel-liu-bitio/node-postgres development by creating an account on GitHub.
Author   daniel-liu-bitio
Find elsewhere
🌐
GitHub
github.com › sailfish009 › node-postgres
GitHub - sailfish009/node-postgres: PostgreSQL client for node.js. · GitHub
PostgreSQL client for node.js. Contribute to sailfish009/node-postgres development by creating an account on GitHub.
Author   sailfish009
🌐
GitHub
github.com › geshan › nodejs-posgresql
GitHub - geshan/nodejs-posgresql: A demo Quotes REST API using Node.js and PostgreSQL. Built with Express Js · GitHub
A demo Quotes REST API using Node.js and PostgreSQL. Built with Express Js - geshan/nodejs-posgresql
Starred by 127 users
Forked by 339 users
Languages   JavaScript 95.2% | Dockerfile 3.3% | Arc 1.5%
🌐
GitHub
github.com › brianc › node-postgres › blob › master › CHANGELOG.md
node-postgres/CHANGELOG.md at master · brianc/node-postgres
PostgreSQL client for node.js. Contribute to brianc/node-postgres development by creating an account on GitHub.
Author   brianc
🌐
GitHub
github.com › taniarascia › node-api-postgres
GitHub - taniarascia/node-api-postgres: RESTful API with Node.js, Express, and Postgres.
October 8, 2018 - brew install postgresql brew services start postgresql psql postgres · CREATE ROLE me WITH LOGIN PASSWORD 'password'; ALTER ROLE me CREATEDB; CREATE DATABASE api; GRANT ALL PRIVILEGES ON DATABASE api TO me; ... CREATE TABLE users ( ID SERIAL PRIMARY KEY, name VARCHAR(30), email VARCHAR(30) ); INSERT INTO users (name, email) VALUES ('Jerry', 'jerry@example.com'), ('George', 'george@example.com'); git clone git@github.com:taniarascia/node-api-postgres cd node-api-postgres npm install node index.js
Starred by 104 users
Forked by 54 users
Languages   JavaScript 100.0% | JavaScript 100.0%
🌐
GitHub
github.com › brianc › node-postgres-docs
GitHub - brianc/node-postgres-docs: Documentation for node-postgres · GitHub
Documentation for node-postgres. Contribute to brianc/node-postgres-docs development by creating an account on GitHub.
Starred by 100 users
Forked by 89 users
Languages   MDX 55.2% | JavaScript 34.1% | CSS 8.2% | Dockerfile 2.5%
🌐
GitHub
github.com › gustafsilva › example-node-postgres
GitHub - gustafsilva/example-node-postgres: Simple example node and the node-postgres collection
October 4, 2018 - Simple Example API Rest, using Node, restify, PostgreSQL, Docker and docker-compose. First we'll clone the project. $ git clone https://github.com/gustafsilva/example-node-postgres.git
Starred by 8 users
Forked by 11 users
Languages   JavaScript 100.0% | JavaScript 100.0%
🌐
GitHub
github.com › ParmentierChristophe › simple-nodejs-postgresql
GitHub - ParmentierChristophe/simple-nodejs-postgresql: Boilerplate to build a starting API with Node.js, Express and PostgreSQL on ES6
# Clone the repository git clone git@github.com:ParmentierChristophe/simple-nodejs-postgresql.git or git clone https://github.com/ParmentierChristophe/simple-nodejs-postgresql.git # Go inside the directory cd simple-nodejs-postgresql # Install dependencies yarn (or npm install) # Start development server yarn dev (or npm run dev)
Starred by 10 users
Forked by 4 users
Languages   JavaScript 99.7% | Shell 0.3% | JavaScript 99.7% | Shell 0.3%
🌐
GitHub
github.com › brianc › node-postgres › issues
Issues · brianc/node-postgres
PostgreSQL client for node.js. Contribute to brianc/node-postgres development by creating an account on GitHub.
Author   brianc