denodrivers / sqlite3

The fastest and correct SQLite3 module for Deno runtime
https://jsr.io/@db/sqlite
Apache License 2.0
268 stars 22 forks source link

Implemented stdext/sql interfaces #135

Open halvardssm opened 3 months ago

halvardssm commented 3 months ago

Had to open another PR due to a rebase issue on my part.

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 entrypoint has been introduced.

Changes: