Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/mattpolzin/node-libpq-bare
- Owner: mattpolzin
- License: mit
- Created: 2022-12-28T01:07:44.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2022-12-28T01:16:46.000Z (almost 2 years ago)
- Last Synced: 2024-10-11T22:36:36.477Z (about 1 month ago)
- Language: C++
- Size: 5.86 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.