Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kassner/sqlite3-gpgvfs
https://github.com/kassner/sqlite3-gpgvfs
Last synced: 23 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/kassner/sqlite3-gpgvfs
- Owner: kassner
- License: agpl-3.0
- Created: 2023-02-04T08:33:51.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-07-23T20:41:08.000Z (5 months ago)
- Last Synced: 2024-12-07T01:46:37.554Z (27 days ago)
- Language: Go
- Size: 26.4 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# sqlite3-gpgvfs
Combine [github.com/blang/vfs](https://github.com/blang/vfs) and [github.com/psanford/sqlite3vfs](https://github.com/psanford/sqlite3vfs) to directly open GPG-encrypted SQLite3 databases.
Compatible with [github.com/mattn/go-sqlite3](https://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;