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

Filename API #82

Closed ncruces closed 4 months ago

ncruces commented 4 months ago

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

ncruces commented 4 months ago

This is done, and a nice API.

But it does expose URI parameters (e.g. encryption keys) to a wider audience: anyone who can get hold of the connection.