groue / GRDB.swift

A toolkit for SQLite databases, with a focus on application development
MIT License
6.61k stars 677 forks source link

How can I be sure my database is encrypted #1564

Closed yuyedaidao closed 1 week ago

yuyedaidao commented 1 week ago

Before proceeding with data migration, I want to confirm if my data is already encrypted. If it is encrypted, I will abandon the migration.

groue commented 1 week ago

Hello @yuyedaidao,

Please next time do not ignore the template when you create an issue. You saw this, and ignored it. Don't do that.

Now, check the documentation Exporting a Database to an Encrypted Database. Chances are that you figure out how to accomplish your task on your own.