tgrapperon / swift-dependencies-additions

More dependencies for `swift-dependencies`
MIT License
298 stars 39 forks source link

Lightweight persistence on disk (alternative to the beast that is CoreData) dependency? #43

Closed Sajjon closed 1 year ago

Sajjon commented 1 year ago

Hey Thomas! Any plans on adding a lightweight persistence dependency that saves data (Codables) to the file system? Potentially just a wrapper around some other library? I've used Disk in the past, but it seems dead, and is iOS only (was gonna fix that, but saw PRs seem to be ignored, because not maintained). So I took a look around and potentially these are candidates more suitable than Disk?

Or are you reluctant adding a SPM dependency to implement a... dependency 🤪, I completely understand that if that is the case. If so, any plans for implementing this yourself?