1.0.1 • Published 4 years ago

node-firebird-os v1.0.1

Weekly downloads
3
License
MIT
Repository
github
Last release
4 years ago

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 Injections
  • Firebird.attach(options, function(err, db)) attach a database
  • Firebird.create(options, function(err, db)) create a database
  • Firebird.attachOrCreate(options, function(err, db)) attach or create database
  • Firebird.pool(max, options) -> return {Object} create a connection pooling

See more

1.0.1

4 years ago

1.0.0

4 years ago

0.9.8

4 years ago