Skip to content

v0.6.0

Compare
Choose a tag to compare
@cmoog cmoog released this 21 Jul 23:04
· 12 commits to master since this release
v0.6.0
08f18fa

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.

Full Changelog: v0.5.3...v0.6.0