-
I want to use this on pocketbase and I am creating it using VFS and Adiantum. Can I manually open this database in any database browser, such as DBeaver? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Short answer is no. You'd need whatever database browser you want to use to use this (ncruces) driver with the Adiantum VFS installed. Long answer is it should be possible to port the VFS and make an SQLite runtime loadable extension for it; then you might be able to use that from other apps. Porting the encryption code from Go to C would be moderately challenging, using |
Beta Was this translation helpful? Give feedback.
Short answer is no. You'd need whatever database browser you want to use to use this (ncruces) driver with the Adiantum VFS installed.
Long answer is it should be possible to port the VFS and make an SQLite runtime loadable extension for it; then you might be able to use that from other apps.
Porting the encryption code from Go to C would be moderately challenging, using
github.com/psanford/sqlite3vfs
and just adapting the Go code might be easier.