1 Repo
Mechanisms to create named checkpoints within a transaction for partial rollbacks.
Distinct from Database Transactions: Focuses on partial rollbacks to specific named points, whereas general transactions cover the entire unit of work.
Explore 1 awesome GitHub repository matching data & databases · Save Points. Refine with filters or upvote what's useful.
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
Provides named save points allowing the application to roll back a transaction to a specific internal state.