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.
I want to conveniently use some extensions of SQLite, such as the vector extension sqlite-vec, when using the JDBC driver. However, I don't know how to easily integrate the sqlite-vec extension with the JDBC driver. How can I make it convenient for Java to use the vector extension features when calling the SQLite database?
Describe the solution you'd like
I don't want to perform any compilation operations. I would like to simply specify the sqlite-vec .so or .dll file, so that I can smoothly use the SQLite features with the extension loaded in JDBC.
The text was updated successfully, but these errors were encountered:
I'm also curious if we can somehow use the sqlite-vec extension.
Can the extension be loaded somehow, without having to modify sqlite-jdbc in any way?
Or does it require some special support on the sqlite-jdbc side to work?
Is your feature request related to a problem? Please describe.
I want to conveniently use some extensions of SQLite, such as the vector extension sqlite-vec, when using the JDBC driver. However, I don't know how to easily integrate the sqlite-vec extension with the JDBC driver. How can I make it convenient for Java to use the vector extension features when calling the SQLite database?
Describe the solution you'd like
I don't want to perform any compilation operations. I would like to simply specify the sqlite-vec .so or .dll file, so that I can smoothly use the SQLite features with the extension loaded in JDBC.
The text was updated successfully, but these errors were encountered: