An open API service indexing awesome lists of open source software.

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

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.