How this analysis was created: This summary and feature list are AI-generated from collected project material and can contain mistakes. Stars, license and language are imported from GitHub. Inclusion does not mean that we have tested or audited this project. Check the source documentation for any feature you depend on. Learn more on our About page.
πΎ Swifty and modern UserDefaults
The main features of sindresorhus/defaults are: Data Persistence, Database Libraries, UI Libraries and Extensions.
Projects with overlapping indexed features include: nirma/default β Modern interface to UserDefaults + Codable support. modo-studio/sugarrecord β CoreData/Realm sweet wrapper written in Swift. ccgus/fmdb β fmdb is an object-oriented SQLite database library and persistence layer for native macOS and iOS environments. Itβ¦ dreymonde/shallows β πΆ Your lightweight persistence toolbox. hemantasapkota/swiftstore β Key-Value store for Swift backed by LevelDB. nmdias/defaultskit β Simple, Strongly Typed UserDefaults for iOS, macOS and tvOS.
fmdb is an object-oriented SQLite database library and persistence layer for native macOS and iOS environments. It provides an Objective-C wrapper that encapsulates the low-level C API, allowing applications to manage local relational data storage and embedded database connections through a high-level interface. The library focuses on thread-safe database access by synchronizing operations across multiple threads using serialized queues to prevent data corruption and race conditions. It includes specialized capabilities for secure local storage, such as database encryption and the management
CoreData/Realm sweet wrapper written in Swift