Our current (native) extension loading story for Sqlite isn't great: it's usually up to the user to make sure that the native DLL/so/dylib is present in the operating system search path, etc. (e.g. spatialite docs). This notably makes the getting started story for popular extensions like sqlite_vec much more difficult than it should be.
Thanks to @krwq for working on improving this.
Note: update the spatialite docs.
Our current (native) extension loading story for Sqlite isn't great: it's usually up to the user to make sure that the native DLL/so/dylib is present in the operating system search path, etc. (e.g. spatialite docs). This notably makes the getting started story for popular extensions like sqlite_vec much more difficult than it should be.
Thanks to @krwq for working on improving this.
Note: update the spatialite docs.