sqlite3 icon indicating copy to clipboard operation
sqlite3 copied to clipboard

Implement SQLx interface

Open halvardssm opened this issue 1 year ago • 0 comments

Relates to https://github.com/denodrivers/sqlite3/issues/123

This PR introduces some breaking changes to the Statement class. The Database class is not altered in a breaking way, and a new SQLx file has been introduced.

Changes:

  • Breaking change in statement class
  • Moved all deps to deno.json as import map
  • Added bench for sqlx
  • Added iterator for array result
  • Moved some code around
  • Added tests

halvardssm avatar Apr 10 '24 18:04 halvardssm