node-firebird-os
TypeScript icon, indicating that this package has built-in type declarations

1.0.1 • Public • Published

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

Package Sidebar

Install

npm i node-firebird-os

Weekly Downloads

0

Version

1.0.1

License

MIT

Unpacked Size

429 kB

Total Files

14

Last publish

Collaborators

  • rogersabe
  • pedrooliveira01