tursodatabase / libsql

libSQL is a fork of SQLite that is both Open Source, and Open Contributions.
https://turso.tech/libsql
MIT License
9.54k stars 252 forks source link

C bindings: Loading extensions #1612

Closed haaawk closed 2 months ago

haaawk commented 2 months ago

Add new libsql_load_extension function to C bindings to make it possible to load an extension on a connection.

This is needed for multiple things like allowing extensions in Go client or supporting CRSQLITE in OPSQLITE on mobile.