stephencelis / SQLite.swift

A type-safe, Swift-language layer over SQLite3.
MIT License
9.57k stars 1.55k forks source link

SqlCipher support for Swift PM #1084

Open kmitj opened 2 years ago

kmitj commented 1 year ago

any updates?

nathanfallet commented 1 year ago

Can you explain what you are trying to achieve and that does not work?

timshadel commented 1 year ago

@NathanFallet I have the same question. The docs only give CocoaPods as a way to use SQLCipher, and indeed this comment on the mentioned issue seems to say the same thing.

How can we avoid CocoaPods, and still use SQLite.swift with SQLCipher with Swift Package Manager?

jberkel commented 1 year ago

@timshadel I haven't looked at this in a while (the comment is from last year), perhaps it's now possible to integrate SQLCipher with SPM. SQLCipher itself does not seem to support SPM "natively" (https://github.com/sqlcipher/sqlcipher/issues/371)