Skip to content

Deno SQLite3 - v0.12.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 18 Aug 18:41
1156215

What's Changed

  • chore: bump sqlite version to 3.46.0, allow interface types when retrieving rows, and adjust to ffi api breaking changes by @DjDeveloperr in #132
  • feat(Statement): add iter method to iterate with params by @prasannavl in #133
  • fix(build): --enable-update-limit flag added to compile options by @DjDeveloperr
  • feat(Statement): implement Symbol.dispose for Statement to support using statements by @DjDeveloperr

New Contributors

Full Changelog: 0.11.1...0.12.0