MCPcopy Create free account
hub / github.com/dresende/node-orm2 / sqlite.js

File sqlite.js

lib/Drivers/DML/sqlite.js:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1var _ = require("lodash");
2var util = require("util");
3var sqlite3 = require("sqlite3");
4var Query = require("sql-query").Query;

Callers

nothing calls this directly

Calls 15

cbFunction · 0.85
onMethod · 0.80
allMethod · 0.80
whereExistsMethod · 0.80
convertTimezoneFunction · 0.70
selectMethod · 0.65
fromMethod · 0.65
offsetMethod · 0.65
limitMethod · 0.65
orderMethod · 0.65
whereMethod · 0.65
buildMethod · 0.65

Tested by

no test coverage detected