This repository has been archived by the owner on Mar 15, 2021. It is now read-only.
v9.0.0
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 usingincludes
- Separate out
db/
into its own package sqlectron-db-core. The exports for this package remains the same.