Skip to content
This repository has been archived by the owner on Mar 15, 2021. It is now read-only.

v9.0.0

Compare
Choose a tag to compare
@MasterOdin MasterOdin released this 23 Jan 03:19

Breaking Changes

  • Set minimum supported Node version to 10+
  • Limit value is now set via explicitly calling setSelectLimit

Features

  • Add table create sql for sqlite

Refactor

  • Remove usage of bitwise operator and indexOf in favor of using includes
  • Separate out db/ into its own package sqlectron-db-core. The exports for this package remains the same.