tndrle / node-sqlite3-wasm

WebAssembly port of SQLite3 for Node.js with file system access
MIT License
55 stars 8 forks source link

Enable DBSTAT virtual table #69

Closed mikeburgh closed 1 month ago

mikeburgh commented 1 month ago

Enable the DBSTAT virtual table functionality.

tndrle commented 1 month ago

Thanks for the request. Implemented in #73.