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

Extension loading support for embedded replicas #1705

Closed NFuller721 closed 3 weeks ago

NFuller721 commented 1 month ago

Added extension loading support for embedded replicas, by implementing enable_load_extension & load_extension for RemoteConnection. This simply runs the related functions on the local connection.