mirror of
https://github.com/brianc/node-postgres.git
synced 2025-12-08 20:16:25 +00:00
4 lines
140 B
JavaScript
4 lines
140 B
JavaScript
//require the c++ bindings & export to javascript
|
|
var binding = require(__dirname + '/../build/default/binding');
|
|
module.exports = binding;
|