[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

hgourvest/jugglingdb-firebird

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

JugglingDB-firebird

Firebird database adapter for JugglingDB.

Install

npm install jugglingdb jugglingdb-firebird

Usage

To use it you need jugglingdb@0.2.x.

  1. Setup dependencies in package.json:

    {
      ...
      "dependencies": {
        "jugglingdb": "0.2.x",
        "jugglingdb-firebird": "latest"
      },
      ...
    }
  2. Use:

        var Schema = require('jugglingbd').Schema;
        var schema = new Schema('firebird', {
            database: '/path/to/database.fdb'
        });

About

Jugglingdb firebird database adapter.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •