Combine github.com/blang/vfs and github.com/psanford/sqlite3vfs to directly open GPG-encrypted SQLite3 databases.
Compatible with github.com/mattn/go-sqlite3.
- sqlite file has to be wrapped in base64, otherwise it misses some bytes and
sqlite3 decrypted.db
says the db is corrupted;