m4heshd / better-sqlite3-multiple-ciphers

better-sqlite3 with multiple-cipher encryption support 🔒
MIT License
137 stars 27 forks source link

Alternative database viewer for default encryption? #68

Closed titanism closed 10 months ago

titanism commented 10 months ago

Curious if you knew of a different DB viewer or what you use instead of https://github.com/sqlitebrowser/sqlitebrowser with the defaults in this project?

m4heshd commented 10 months ago

You can use SQLiteStudio. It uses SQLite3MultipleCiphers as the default DB lib.

titanism commented 10 months ago

@m4heshd could we reference this in the README instead of the legacy one that's currently referenced and linked above?

titanism commented 10 months ago

(or perhaps in addition to it)

m4heshd commented 10 months ago

You're welcome to create a PR with those documentation improvements.

titanism commented 10 months ago

See https://github.com/m4heshd/better-sqlite3-multiple-ciphers/pull/70