capacitor-community / sqlite

⚡Capacitor plugin for native & electron SQLite databases.
MIT License
507 stars 122 forks source link

Support Swift Package Manager #568

Open marius-se opened 5 months ago

marius-se commented 5 months ago

Is your feature request related to a problem? Please describe. We set up a Capacitor app with SPM instead of Cocoa pods. Therefor this library doesn't work for us.

Describe the solution you'd like A Package.swift file/ SPM support

For now i forked this library and somehow managed to get this working, but honestly I don't feel super safe about it, as I also had to mess with SQLCipher. Links I followed:

wills01 commented 4 months ago

This would be a great addition

oliveryasuna commented 2 months ago

@marius-se Do you mind sharing your fork? Would offer a good starting place for investigating this feature.