node-postgres/lib/binding.js
2011-02-20 16:12:06 -06:00

4 lines
140 B
JavaScript

//require the c++ bindings & export to javascript
var binding = require(__dirname + '/../build/default/binding');
module.exports = binding;