v0.8.0
Minor Changes
- #69
2d5cbef
Thanks @helloimalastair! - Adds awithRowId
option to the Model class, defaulting to false. When not set totrue
, theModel.createTableDefinition
will now include aWITHOUT ROWID
line, which can optimise the performance of a majority of tables.