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
Prephirences is a Swift library that provides useful protocols and convenience methods to manage application preferences, configurations and app-state. UserDefaults
Principalele funcționalități ale phimage/prephirences sunt: Data Persistence, Database Engines, Database Libraries.
Alternativele open-source pentru phimage/prephirences includ: ccgus/fmdb — fmdb is an object-oriented SQLite database library and persistence layer for native macOS and iOS environments. It… marcoarment/fcmodel — An alternative to Core Data for people who like having direct SQL access. artsabintsev/zephyr — Effortlessly synchronize UserDefaults over iCloud. dreymonde/shallows — 🛶 Your lightweight persistence toolbox. hemantasapkota/swiftstore — Key-Value store for Swift backed by LevelDB. modo-studio/sugarrecord — CoreData/Realm sweet wrapper written in Swift.