We have our own VFS implementation for sqlite, and I was wondering if there is a way to use a non default VFS when opening a JDBC SQLITE adapter?
I could not find any documentation about it. Thanks!
We have our own VFS implementation for sqlite, and I was wondering if there is a way to use a non default VFS when opening a JDBC SQLITE adapter?
I could not find any documentation about it. Thanks!
JDBC is a standardized interface, so it has no mechanism for database-specific functions such as SQLite's VFS.