Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support to Cipher #3

Open
lucascorrea opened this issue May 30, 2018 · 1 comment
Open

Support to Cipher #3

lucascorrea opened this issue May 30, 2018 · 1 comment

Comments

@lucascorrea
Copy link

Hi KevinZhouRafael,

I would like to use an ORM in Swift to SQLite.swift, but the project that I am working there is encrypted with SQLCipher.

SQLite.swift framework I do it

let connect = try Connection("database.db")
try connect.key("password")

This project ActiveSQLite is there support?

@KevinZhouRafael
Copy link
Owner

Hi lucasorrea.
ActiveSQLite is not support SQLCipher。

I set the dbMap,defaultDB properties in DBConfigration Class to private。
You would modify DBConfigration Class, or add some methods relate SQLCipher.
I would add this feature in the future.
Thank you.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants