awesome-repositories.com
博客
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目关于排名机制媒体报道MCP 服务器
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 个仓库

Awesome GitHub RepositoriesSave Points

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.

Awesome Save Points GitHub Repositories

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • ccgus/fmdbccgus 的头像

    ccgus/fmdb

    13,851在 GitHub 上查看↗

    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.

    Objective-C
    在 GitHub 上查看↗13,851
  1. Home
  2. Data & Databases
  3. Database Transactions
  4. Save Points