node-firebird-os
v1.0.1
Published
Fork project node-firebird.
Downloads
6
Readme
Fork of node-firebird
Installation
npm install node-firebird-os
Usage
var Firebird = require('node-firebird-os');
Methods
Firebird.escape(value) -> return {String}
- prevent for SQL InjectionsFirebird.attach(options, function(err, db))
attach a databaseFirebird.create(options, function(err, db))
create a databaseFirebird.attachOrCreate(options, function(err, db))
attach or create databaseFirebird.pool(max, options) -> return {Object}
create a connection pooling