1.0.1 • Published 5 years ago

knex-tools v1.0.1

Weekly downloads
2
License
MIT
Repository
github
Last release
5 years ago

knex-tools

load(knex, table, id, fields = '*')
loadAll(knex, table, ids, fields = '*')
loadWhere(knex, table, where, fields = '*')
loadAllWhere(knex, table, where, fields = '*')
countAll(knex, table)
countAllWhere(knex, table, where)

exportAll(knex, tableName, func, idField = 'id', batchSize = 2000)
1.0.1

5 years ago

0.0.9

5 years ago

0.0.8

5 years ago

0.0.7

6 years ago

0.0.6

6 years ago

0.0.5

6 years ago

0.0.4

6 years ago

0.0.2

6 years ago

0.0.1

6 years ago