ncruces / go-sqlite3

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

BSD WAL support. #90

Closed ncruces closed 3 months ago

ncruces commented 3 months ago

Fixes #85.

ncruces commented 3 months ago

Pretty confident this works.

Passes all tests in FreeBSD, and on Linux/macOS with the sqlite3_flock build tag (used for testing/development).

Tests are failing on illumos/Solaris because I'm stressing mmap and getting OOM errors. Need to figure that out, but it's likely a CI issue.