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
·

3 repository-uri

Awesome GitHub RepositoriesSavepoints

Named rollback points within a transaction that allow partial rollback without aborting the entire transaction.

Distinct from Atomic Transaction Execution: Distinct from Atomic Transaction Execution: focuses on setting and rolling back to named savepoints within a transaction, not just grouping operations atomically.

Explore 3 awesome GitHub repositories matching data & databases · Savepoints. Refine with filters or upvote what's useful.

Awesome Savepoints GitHub Repositories

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

    doctrine/dbal

    9,699Vezi pe GitHub↗

    This project is a SQL database abstraction layer that provides a consistent object-oriented interface for interacting with multiple relational database systems. It includes a driver wrapper to standardize connections and result sets, a fluent query builder for constructing portable SQL statements, and a type mapper for converting database-specific data types into native application types and vice versa. The library enables programmatic schema management through a schema manager that can introspect database metadata, model structures as objects, and generate the SQL required to migrate between

    Emulates nested transactions by managing SQL savepoints to allow partial rollbacks within a single connection.

    PHPdatabaseibm-db2mariadb
    Vezi pe GitHub↗9,699
  • alibaba/alisqlAvatar alibaba

    alibaba/AliSQL

    5,706Vezi pe GitHub↗

    AliSQL is a fork of MySQL by Alibaba that extends the relational database management system with enhancements for high performance, scalability, and enterprise-grade availability. It retains the core MySQL identity as a SQL-based database for storing, organizing, and retrieving structured data, while adding optimizations for large-scale transactional and analytical workloads. The project differentiates itself through a set of Alibaba-specific improvements, including a columnar engine for accelerating analytical queries directly on MySQL tables, and a distributed, shared-nothing NDB Cluster en

    Provides named savepoints within transactions for partial rollback without aborting the entire operation.

    C++alisqldatabaseduckdb
    Vezi pe GitHub↗5,706
  • tortoise/tortoise-ormAvatar tortoise

    tortoise/tortoise-orm

    5,582Vezi pe GitHub↗

    Tortoise ORM is an asynchronous object-relational mapper for Python that mirrors Django's model and queryset API while running on asyncio. It defines database tables as Python classes with typed fields and supports foreign key, many-to-many, and one-to-one relations, providing a chainable query API for filtering, annotating, grouping, and prefetching related objects without blocking the event loop. The ORM includes a built-in migration engine that detects model changes, generates migration files, and applies or reverts schema changes through a command-line tool. It connects to PostgreSQL, MyS

    Creates savepoints inside an outer transaction so inner blocks can roll back independently.

    Pythonasyncasynciomysql
    Vezi pe GitHub↗5,582
  1. Home
  2. Data & Databases
  3. Data Integration & Synchronization
  4. Data Integration
  5. Database Integrations
  6. Atomic Transaction Execution
  7. Savepoints