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
Unrealm is an extension on RealmCocoa, which enables Swift native types to be saved in Realm.
A database library for AutoHotkey.
Les fonctionnalités principales de ahkdb/ahkdb sont : Database Libraries.
Les alternatives open-source à ahkdb/ahkdb incluent : 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. groue/grdb.swift — GRDB.swift is a comprehensive SQLite toolkit and object-relational mapper for Swift. It provides a database wrapper… arturdev/unrealm — Unrealm is an extension on RealmCocoa, which enables Swift native types to be saved in Realm.