Changelog
4.0.2 - Sat Apr 04 2020 22:19:38
Changelog
4.0.1 - Sat Apr 04 2020 21:46:39
New major version 4!
This version has been written in Typescript with a target of node.js v10 or greater.
If you are using an older version of node < 10, use the 3.x version of the library instead.
What's new:
sqlite3
driver easier. Most issues relate
to the sqlite3
driver vs the library.sqlite3-offline
as long as they match the node-sqlite3
API.README.md
.node-sqlite3
API.
serialize
and parallelize
(PRs are welcomed!)Breaking Changes:
sqlite3
is no longer a dependency of this project. You must install it first
before using this wrapper library.
verbose
and cache
modes must be enabled before using the library.README.md
file explains how to do this.README.md
for example.force
is now a boolean
.Promise
library. Uses native Promise
instead.