不要怂,就是干,撸起袖子干!

Commit 9bdf1ccf by sdepold

refactored sqlite wrapper

1 parent a2d6cd01
Showing with 9 additions and 2 deletions
var Utils = require("../../utils")
var QueryGenerator = module.exports = {}
QueryGenerator = Utils._.extend(Utils._.clone(require("../query-generator")), QueryGenerator)
, util = require("util")
module.exports = (function() {
var QueryGenerator = {
}
return Utils._.extend(Utils._.clone(require("../query-generator")), QueryGenerator)
})
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!