Question

Is it possible to open an existing SQLite database with SQLCipher?

Until now, I was managed only to create a new database using SQLCipher in order to work with it.

Thanks!

Was it helpful?

Solution

Yes, you can open an existing SQLite database, go through the documentation : http://sqlcipher.net/ios-tutorial/

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top