Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/mattpolzin/node-libpq-bare

A barebones libpq wrapper for NodeJS. We're talking _zero_ JavaScript abstraction.
https://github.com/mattpolzin/node-libpq-bare

Last synced: about 1 month ago
JSON representation

A barebones libpq wrapper for NodeJS. We're talking _zero_ JavaScript abstraction.

Awesome Lists containing this project

README

        

# node-libpq-bare
A barebones libpq wrapper for NodeJS. We're talking _zero_ JavaScript abstraction.

When you really just need the NodeJS interface with `libpq` to match the C interface as closely as possible, this is what you get.