ActiveSQLite
ActiveSQLite copied to clipboard
Support to Cipher
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?
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.