litecli icon indicating copy to clipboard operation
litecli copied to clipboard

SQLcipher support

Open thomcc opened this issue 6 years ago • 2 comments

It would be nice to be able to use this for SQLcipher databases. I think the best way for this would be if we could point you at a specific shared library that exposes the same functions with the same arguments as sqlite (or, if it's easier, an executable compatible with the sqlite3 CLI) as a CLI argument.

thomcc avatar Jan 07 '19 21:01 thomcc

Hi @thomcc If we get more requests to support sqlcipher we'll take a look.

(we are happy to keep the issue open to assess the interest.)

Thank you.

delgermurun avatar Jan 09 '19 07:01 delgermurun

Please note: https://www.zetetic.net/sqlcipher/design/

SQLCipher is an extension to SQLite, but it does not function as a loadable plugin for many reasons. Instead, SQLCipher modifies SQLite itself, and is maintained as a separate version of the source tree.

I fear it requires a huge refactor to enable sqlcipher support in litecli.

meeuw avatar Jan 13 '19 16:01 meeuw