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

Automatically load extensions. #115

Closed ncruces closed 2 months ago

ncruces commented 2 months ago

https://sqlite.org/c3ref/auto_extension.html

As a first step, refactor Register functions that were having errors ignored. This is a minor API breakage.