v0.6.0
What's Changed
- Support
sqlite
driver. Connect to on-disk SQLite files (or use:memory:
).- The implementation uses the JS-only sql.js library. This may cause incompatibility with large
database files on memory constrained devices. But, this avoids having to package native bindings
for every platform and keeps the door open for in-browser support.
- The implementation uses the JS-only sql.js library. This may cause incompatibility with large
Full Changelog: v0.5.3...v0.6.0