Changelog
0.4.0 - Sep 13, 2013
Knex.initialize
, so you will need to call this once and then reference this knex
client elsewhere in your application.knex.raw
, knex.transaction
, and knex.schema
.notNullable
is chained as an option.increments
are now assumed to be unsigned (MySQL) by default.destroyAllNow
is no longer called by the library on process.exit
event. If you need to call it explicitly yourself, you may use knex.client.destroyPool
Changelog
0.2.6 - Aug 29, 2013
Changelog
0.2.0 - Aug 7, 2013
id
is not assumed on inserts (#18). The second parameter of insert is now required to return an array of insert id's for the last insert.dateTime
rather than a timestamp
Changelog
0.1.8 - July 7, 2013