bolav/fuse-sqlite

rewrite to use db as object instead of handle

Closed this issue · 0 comments

bolav commented
var db = sqlite.open('dbname.sqlite');
db.execute()

Is better than

var db = sqlite.open('dbname.sqlite');
sqlite.execute(db)