TryGhost / node-sqlite3

SQLite3 bindings for Node.js

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

finalize is necessary

thebinarysearchtree opened this issue · comments

Issue Summary

The documentation says finalize is usually not necessary, but it is. Every prepared statement must be finalized or else sqlite will not be able to close.

Steps to Reproduce

Documentation

Version

Latest

Node.js Version

Latest

How did you install the library?

npm