SQL查询构建器knex.js.zip
knex.js 是一个查询构建器,用于 PostgreSQL, MySQL 和 SQLite3。它设计灵活,轻便和有趣。特性:transactionsconnection poolingstreaming queriesboth a promise and callback APIa thorough test suitethe ability to run in the Browser例子:var knex = require('knex')({ dialect: 'sqlite3', connection: { filename: './data.db' }
文件列表
SQL查询构建器knex.js.zip
(预估有个244文件)
builder.js
32KB
.gitkeep
0B
.gitkeep
0B
additional.js
37KB
inserts.js
43KB
joins.js
66KB
selects.js
41KB
index.js
30KB
index.js
80KB
Jakefile
339B
暂无评论