ncruces / go-sqlite3

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

Use WASM shared memory? #67

Closed infogulch closed 6 months ago

infogulch commented 6 months ago

As of two months ago, wazero has symbols that mention shared memory. Could this be used to lift some of the caveats mentioned in the readme such as allowing locking mode NORMAL and connection pooling?