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?