https://github.com/creationix/postgres-js
The postgres backend protocol implemented in pure JS for use with node.js
https://github.com/creationix/postgres-js
Last synced: about 1 year ago
JSON representation
The postgres backend protocol implemented in pure JS for use with node.js
- Host: GitHub
- URL: https://github.com/creationix/postgres-js
- Owner: creationix
- Created: 2009-07-29T05:01:13.000Z (almost 17 years ago)
- Default Branch: master
- Last Pushed: 2010-08-21T01:04:32.000Z (almost 16 years ago)
- Last Synced: 2025-03-24T04:14:01.149Z (about 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 333 KB
- Stars: 122
- Watchers: 4
- Forks: 26
- Open Issues: 4
-
Metadata Files:
- Readme: README.markdown
Awesome Lists containing this project
README
# PostgreSQL for Javascript
This library is a implementation of the PostgreSQL backend/frontend protocol in javascript.
It uses the node.js tcp and event libraries. A javascript md5 library is included for servers that require md5 password hashing (this is default).
This is using the api from node-persistence and is used by sousaball.
See test.js for sample usage.