0.0.11 • Published 9 years ago

uw v0.0.11

Weekly downloads
26
License
-
Repository
-
Last release
9 years ago

#U-Wheel Uninventing the wheel

##Overview uw wraps the drivers for popular database engines, providing a promise-way and an unified method to interact.

##Database Engines supported

  • mssql
  • pg
  • sqlite

##Install

npm install uw --save

##Config The config.json sets the necessary data for each engine:

database {
  ip: localhost, // unused on sqlite
  user: 'root', // unused on sqlite
  password: 'root', // unused on sqlite
  dbname: 'my_db', // a path on sqlite, or ':memory:'
  type: 'pg' // pg (default) | sqlserver | sqlite
}

This file is located on .../config/uw by definition

##Examples

0.0.11

9 years ago

0.0.10

9 years ago

0.0.9

9 years ago

0.0.8

9 years ago

0.0.7

9 years ago

0.0.1

9 years ago