-
Notifications
You must be signed in to change notification settings - Fork 193
Closed
Description
Sqlite has a native mechanism to handle extensions to be added at runtime.
They can be either added via sqlite3_load_extension or calling the sql function load_extension(X,Y).
In both cases this functionality must be enabled first:
- For the first case by configuring the db handle as shown in the referenced page (or by using
sqlite3_enable_load_extensionas well) - In the second case by using
sqlite3_enable_load_extensionwhich also enables the sql function.
I think it would be nice to have support for sqlite native extensions in txiki.
Metadata
Metadata
Assignees
Labels
No labels