zombiezen / go-sqlite

Low-level Go interface to SQLite 3
https://pkg.go.dev/zombiezen.com/go/sqlite
ISC License
699 stars 16 forks source link

Force `OpenNoMutex` on all calls #32

Closed zombiezen closed 1 year ago

zombiezen commented 2 years ago

OpenNoMutex is the only mode that makes sense for these bindings, so it should be implicitly added.