Skip to content
This repository has been archived by the owner on Dec 28, 2022. It is now read-only.
/ sqlite2better Public archive

support use node-sqlite3 api for better-sqlite3

License

Notifications You must be signed in to change notification settings

smildlzj/sqlite2better

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

sqlite2better

  • support use node-sqlite3 api for better-sqlite3

Usage

var Database = require('sqlite2better');
var db = new Database('foobar.db', options);
db.get('SELECT * FROM users WHERE id=?', [userId], (err, row) => {
  
})

About

support use node-sqlite3 api for better-sqlite3

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published