dyedgreen / deno-sqlite

Deno SQLite module
https://deno.land/x/sqlite
MIT License
409 stars 36 forks source link

Add API to determine auto commit mode #221

Closed rherrmann closed 1 year ago

rherrmann commented 1 year ago

Add an autoCommit property to DB that forwards the result of sqlite3_get_autocommit.

dyedgreen commented 1 year ago

Awesome! Thank you so much for contributing 🙌