0.0.6 • Published 7 years ago

sqlhandler v0.0.6

Weekly downloads
2
License
MIT
Repository
github
Last release
7 years ago

Usage

  1. require the module

    var sqlHandler = require("sqlhandler");
  2. connect and open the sqlite3

    sqlHandler.openDB('./resource/SYS_FILE.db') ; // param : the path of your db
  3. operations

    sqlHandler.findAll(function (rows) { // find all records form the db
            data = rows ;
            console.log(data) ;
     }) ;

......

0.0.6

7 years ago

0.0.5

7 years ago

0.0.4

7 years ago

0.0.3

7 years ago

0.0.2

7 years ago

0.0.1

7 years ago