node-firebird-os
v1.0.1
Published
Fork project node-firebird.
Readme
Fork of node-firebird
Installation
npm install node-firebird-osUsage
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
