sqlite3
sqlite3 copied to clipboard
Implement SQLx interface
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