Skip to content
This repository has been archived by the owner on Sep 20, 2022. It is now read-only.

Releases: crabmusket/deno_sqlite_plugin

v0.4

18 May 03:55
Compare
Choose a tag to compare
  • Make compatible with Deno 1.0
  • Add end-to-end tests
  • Add unit test for additions to the Deno ops namespace
  • Strip library so it's 2MB instead of 10MB

(Skipping version 0.3 to align with the version in Cargo.toml)

v0.2

12 Mar 07:26
Compare
Choose a tag to compare
  • Remove init function
  • Add prepared.ts to auto-download the plugin

v0.1

12 Mar 00:39
Compare
Choose a tag to compare
This is a working, very unstable, plugin that allows you to `execute` and
`query` against sqlite databases in-memory or on disk.

Built/tested against deno v0.35.0