awesome-repositories.com
Blog
awesome-repositories.com

Descoperă cele mai bune repository-uri open source cu căutare AI.

ExploreazăCăutări recomandateAlternative open-sourceSoftware self-hostedBlogHartă site
ProiectDespreCum realizăm clasamentulPresăServer MCP
LegalConfidențialitateTermeni
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 repository

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

Găsește cele mai bune repo-uri cu AI.Vom căuta cele mai potrivite repository-uri folosind AI.
  • ccgus/fmdbAvatar ccgus

    ccgus/fmdb

    13,851Vezi pe 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
    Vezi pe GitHub↗13,851
  1. Home
  2. Data & Databases
  3. Database Transactions
  4. Save Points