Categorygithub.com/kassner/sqlite3-gpgvfs
repositorypackage
0.0.0-20240723203454-29767dcb8b22
Repository: https://github.com/kassner/sqlite3-gpgvfs.git
Documentation: pkg.go.dev

# README

sqlite3-gpgvfs

Combine github.com/blang/vfs and github.com/psanford/sqlite3vfs to directly open GPG-encrypted SQLite3 databases.

Compatible with github.com/mattn/go-sqlite3.

TODO

  • sqlite file has to be wrapped in base64, otherwise it misses some bytes and sqlite3 decrypted.db says the db is corrupted;