Being able to load SQLite extensions dynamically from within Crystal would be very helpful.
In many cases, writing SQLite based tools is not possible (or is a lot harder) if the extensions cannot be dynamically loaded. There are statistical, encryption, hashing and all sorts of extensions with schemas that rely on them out there
Being able to load SQLite extensions dynamically from within Crystal would be very helpful.
In many cases, writing SQLite based tools is not possible (or is a lot harder) if the extensions cannot be dynamically loaded. There are statistical, encryption, hashing and all sorts of extensions with schemas that rely on them out there