denodrivers / sqlite3

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

fix: keep reference to buffers before passing their pointers #59

Closed DjDeveloperr closed 2 years ago

DjDeveloperr commented 2 years ago

... so that GC cannot act on them before the statement is actually run. Fixes #57