Skip to content

v0.8.0

Compare
Choose a tag to compare
@github-actions github-actions released this 11 Sep 16:24
· 9 commits to main since this release
2e8dac4

Minor Changes

  • #69 2d5cbef Thanks @helloimalastair! - Adds a withRowId option to the Model class, defaulting to false. When not set to true, the Model.createTableDefinition will now include a WITHOUT ROWID line, which can optimise the performance of a majority of tables.