tursodatabase / libsql

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

libsql: SQLite extension loading support #1459

Closed penberg closed 5 months ago

penberg commented 5 months ago

This adds a load_extension() API for loading SQLite extensions, which is API compatible with Rusqlite.

Fixes #402