Skip to content

3.0.0

Compare
Choose a tag to compare
@cachapa cachapa released this 03 Mar 11:25
· 5 commits to master since this release

Major performance refactor with a few breaking changes.

  • Change how tables and their primary keys are fetched to minimize read operations.
  • Allow for more efficient bulk writing benefiting from underlying db features.
  • Change how tables and primary keys are fetched to minimize reads.
  • Allow for more efficient bulk writing in underlying implementation.
  • Rework abstractions to allow exposing Sqlite batches.
  • Rename classes to better reflect their goals.
  • Correctly identify and forbid semicolon separated statements.