You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
Looking through the documentation, I couldn't find anything about which extensions were enabled during compilation by default.
For example, not all sqlite amalgamations in different languages choose to turn on the FTS5 extension, I wanted to know if it would work with this driver or not out of the box.
If this was something thought about at some point, it would be nice to mention why or why not certain extensions get enabled, and what the criteria for a new one to get added would be. For example, would this project ever consider adding community sqlite extensions? I'd guess not, but it's not super clear.
Describe alternatives you've considered
Having users read through the code and find the Makefile... not great.
Additional context
N/A
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
Looking through the documentation, I couldn't find anything about which extensions were enabled during compilation by default.
For example, not all sqlite amalgamations in different languages choose to turn on the FTS5 extension, I wanted to know if it would work with this driver or not out of the box.
Describe the solution you'd like
Document the important sqlite extensions compiled here: https://github.com/xerial/sqlite-jdbc/blob/master/Makefile#L80-L104
If this was something thought about at some point, it would be nice to mention why or why not certain extensions get enabled, and what the criteria for a new one to get added would be. For example, would this project ever consider adding community sqlite extensions? I'd guess not, but it's not super clear.
Describe alternatives you've considered
Having users read through the code and find the Makefile... not great.
Additional context
N/A
The text was updated successfully, but these errors were encountered: