1.0.1 • Published 5 years ago
node-firebird-os v1.0.1
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