An alternative to Core Data for people who like having direct SQL access.
Prephirences is a Swift library that provides useful protocols and convenience methods to manage application preferences, configurations and app-state. UserDefaults
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
Realm-Cocoa is a NoSQL mobile database engine and reactive object database designed for local data storage on mobile devices. It serves as a non-relational alternative to Core Data and SQLite, storing data as objects rather than tables. The system functions as an encrypted local store that protects sensitive application data using encryption. It provides reactive data synchronization, allowing application objects and user interfaces to update automatically when the underlying database changes.
YapDB is a collection/key/value store with a plugin architecture. It's built atop sqlite, for Swift & objective-c developers.
Principalele funcționalități ale yapstudios/yapdatabase sunt: Database Engines, Database Libraries.
Alternativele open-source pentru yapstudios/yapdatabase includ: phimage/prephirences — Prephirences is a Swift library that provides useful protocols and convenience methods to manage application… realm/realm-cocoa — Realm-Cocoa is a NoSQL mobile database engine and reactive object database designed for local data storage on mobile… 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. apache/cassandra — Cassandra is a distributed NoSQL database and wide-column store designed for high availability and linear scalability.… akrylysov/pogreb — Embedded key-value store for read-heavy workloads written in Go.