ncruces / go-sqlite3

Go bindings to SQLite using wazero
https://pkg.go.dev/github.com/ncruces/go-sqlite3
MIT License
499 stars 16 forks source link

Statement virtual table. #39

Closed ncruces closed 11 months ago

ncruces commented 11 months ago

Required fixes to core for reentrancy. With some caching the performance impact is minimal. Well tested on the compiler and interpreter.

Thanks to @mathetake for guidance.