How this analysis was created: This summary and feature list were written by an AI model that read the project's README and public documentation pages. Each feature links to the documentation it came from; stars, license and language come straight from the GitHub API. The model does not read the source code, and the analysis is refreshed when the project is re-analysed. Learn more on our About page.
Nora is a Firebase abstraction layer for FirebaseDatabase and FirebaseStorage
The main features of sd10/nora are: Database Libraries.
Open-source alternatives to sd10/nora include: arturdev/unrealm — Unrealm is an extension on RealmCocoa, which enables Swift native types to be saved in Realm. caiyue1993/icecream — Sync Realm Database with CloudKit. 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. duckdb/duckdb-swift. ahkdb/ahkdb — A database library for AutoHotkey.
Unrealm is an extension on RealmCocoa, which enables Swift native types to be saved in Realm.
Sync Realm Database with CloudKit
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