go-libsql icon indicating copy to clipboard operation
go-libsql copied to clipboard

Extension loading support

Open penberg opened this issue 6 months ago • 0 comments

The libsql Rust crate supports extension loading. Let's add support for that in the Go driver, similar to:

https://pkg.go.dev/github.com/mattn/go-sqlite3#SQLiteConn.LoadExtension

penberg avatar Jul 25 '24 06:07 penberg