Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

brianc/node-postgres-pure

Open more actions menu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

69 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

node-postgres-pure

The exact same node-postgres module without any of the C/C++ stuff. If you're just using the pure JavaScript bindings, there's really no reason to wait for the native stuff to compile.

DEPRECATED

node-postgres has been updated to make the native bindings & compile step an optional install. Sooo....this pg.js module is redundant - it's literally the exact same code as node-postgres now, so you should go install that instead. 😄

There's no work involved in switching other than changing pg.js -> pg in your package.json and in your code whenever you require('pg.js') -> require('pg'). 👍

I'll continue to keep this one in sync with node-postgres semver until v5.x.

license

MIT

About

node-postgres without any of the C/C++ stuff

Resources

Stars

Watchers

Forks

Packages

No packages published

Contributors 3

  •  
  •  
  •  
Morty Proxy This is a proxified and sanitized view of the page, visit original site.