awesome-repositories.com
المدونة
awesome-repositories.com

اكتشف أفضل مستودعات المصادر المفتوحة باستخدام بحث مدعوم بالذكاء الاصطناعي.

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعحولكيفية ترتيب النتائجالصحافةخادم MCP
قانونيالخصوصيةالشروط
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

55 مستودعات

Awesome GitHub RepositoriesDatabase Transaction Management

Tools and patterns for ensuring data consistency through atomic operations and transaction lifecycle control.

Distinguishing note: Focuses on the programmatic control of transaction boundaries and context-aware database operations.

Explore 55 awesome GitHub repositories matching data & databases · Database Transaction Management. Refine with filters or upvote what's useful.

Awesome Database Transaction Management GitHub Repositories

اعثر على أفضل المستودعات باستخدام الذكاء الاصطناعي.سنبحث عن أفضل المستودعات المطابقة باستخدام الذكاء الاصطناعي.
  • go-gorm/gormالصورة الرمزية لـ go-gorm

    go-gorm/gorm

    39,798عرض على GitHub↗

    GORM is a developer-focused object-relational mapping library for Go that provides a comprehensive data persistence framework. It serves as a database access layer, allowing developers to map application structures to database tables and perform CRUD operations using a fluent, type-safe query builder instead of writing raw SQL. The library distinguishes itself through its association-aware persistence, which automatically tracks and synchronizes complex entity relationships during database operations. It utilizes a driver-agnostic interface to maintain consistent behavior across various stora

    GORM perform write (create/update/delete) operations run inside a transaction to ensure data consistency, you can disable it during initialization if it is not required, you will gain about 30%+ performance improvement a

    Gogogolanggorm
    عرض على GitHub↗39,798
  • typeorm/typeormالصورة الرمزية لـ typeorm

    typeorm/typeorm

    36,540عرض على GitHub↗

    TypeORM is an object-relational mapper for TypeScript and JavaScript that bridges the gap between object-oriented application code and relational database tables. It provides a comprehensive data persistence layer that allows developers to define database entities using class decorators or configuration objects, enabling seamless interaction with data through object-oriented patterns. The project distinguishes itself through a flexible architecture that supports both the data mapper and repository patterns, alongside a fluent query builder that translates high-level method calls into platform

    Ensures data integrity by executing multiple database operations within a single atomic transaction.

    TypeScriptactive-recordcockroachdbdata-mapper
    عرض على GitHub↗36,540
  • wuyouzhuguli/springallالصورة الرمزية لـ wuyouzhuguli

    wuyouzhuguli/SpringAll

    28,977عرض على GitHub↗

    SpringAll is a comprehensive reference library and learning resource for enterprise Java application development. It provides a collection of practical guides, configuration templates, and code examples designed to demonstrate standard architectural patterns within the Spring ecosystem. The project serves as a reference

    Ensures data consistency through atomic operations and declarative transaction lifecycle control.

    Javalearningshirospring-boot
    عرض على GitHub↗28,977
  • sqlitebrowser/sqlitebrowserالصورة الرمزية لـ sqlitebrowser

    sqlitebrowser/sqlitebrowser

    23,649عرض على GitHub↗

    This application is a desktop utility for managing, editing, and visualizing local database files. It provides a graphical interface for executing SQL queries, designing database structures, and performing routine maintenance tasks on data stores. The software distinguishes itself through its support for encrypted database files, allowing users to manage password-protected data using modular cryptographic extensions. It also offers built-in tools for data analysis, enabling the generation of graphical charts and plots directly from query results to identify trends within datasets. Beyond its

    Manages database modifications through transaction control to ensure data consistency.

    C++c-plus-pluscross-platformdatabase
    عرض على GitHub↗23,649
  • beekeeper-studio/beekeeper-studioالصورة الرمزية لـ beekeeper-studio

    beekeeper-studio/beekeeper-studio

    22,030عرض على GitHub↗

    Beekeeper Studio is a cross-platform desktop application designed for database management and SQL development. It provides a unified graphical interface to connect to, query, and modify data across a wide range of relational and NoSQL database systems. The application functions as a comprehensive workspace, integrating tools for schema design, record editing, and data visualization. The project distinguishes itself through a focus on secure, flexible connectivity and AI-assisted workflows. It supports advanced authentication methods, including enterprise single sign-on, multi-factor authentic

    Controls transaction lifecycles by automatically reserving connections or allowing manual commit and rollback operations.

    TypeScriptbigquerycassandracockroachdb
    عرض على GitHub↗22,030
  • voltagent/awesome-claude-code-subagentsالصورة الرمزية لـ VoltAgent

    VoltAgent/awesome-claude-code-subagents

    21,906عرض على GitHub↗

    This project provides a framework for managing multi-agent systems, designed to automate complex software development, infrastructure, and business workflows. It functions as a multi-agent workflow orchestrator that routes tasks to domain-specific workers while maintaining state persistence and infrastructure automation. By leveraging large language models, the system decomposes high-level objectives into actionable plans, ensuring that complex operations are executed with consistency and reliability. The framework distinguishes itself through its hierarchical agent registry and policy-driven

    Manages database integration through asynchronous sessions and transaction control.

    Shellai-agent-frameworkai-agent-toolsai-agents
    عرض على GitHub↗21,906
  • tgriesser/knexالصورة الرمزية لـ tgriesser

    tgriesser/knex

    20,314عرض على GitHub↗

    Knex is a programmatic SQL query builder for Node.js applications. It provides a unified interface for generating database statements and managing structural versioning through a schema migration tool. The project features a multi-dialect database layer that translates programmatic queries into specific syntax for relational databases including PostgreSQL, MySQL, SQLite3, and MSSQL. This allows for writing database logic that remains compatible across different systems. The system includes infrastructure for managing reusable database connection pools and handling relational transactions to

    Ensures data consistency through programmatic control of transaction boundaries and atomic operations.

    JavaScript
    عرض على GitHub↗20,314
  • quarkusio/quarkusالصورة الرمزية لـ quarkusio

    quarkusio/quarkus

    15,479عرض على GitHub↗

    Quarkus is a Kubernetes-native Java framework designed for building high-performance, memory-efficient applications. It utilizes ahead-of-time native compilation to transform Java code into standalone, optimized binaries that eliminate the need for a virtual machine, enabling rapid startup and reduced memory consumption. By performing code augmentation during the build phase, it shifts heavy processing tasks away from runtime, ensuring that applications are optimized for cloud-native environments. The framework distinguishes itself through a unified approach to reactive and imperative program

    Defines transaction boundaries using declarative annotations or programmatic interfaces to ensure consistent data operations.

    Javacloud-nativehacktoberfestjava
    عرض على GitHub↗15,479
  • boltdb/boltالصورة الرمزية لـ boltdb

    boltdb/bolt

    14,642عرض على GitHub↗

    Bolt is a single-file embedded key-value store for Go applications. It is an ACID transactional database that organizes data in B+trees on disk to provide efficient sorted key retrieval and range scans. The system uses a memory-mapped model to map the database file directly into the process address space for fast random-access reads. The project distinguishes itself through a multi-version concurrency control architecture that allows multiple simultaneous readers to access a consistent snapshot of data without blocking a writer. It employs a single-writer multi-reader locking model and uses a

    Maintains data consistency across multiple simultaneous clients using thread-safe read and write operations.

    Go
    عرض على GitHub↗14,642
  • dotnet/efcoreالصورة الرمزية لـ dotnet

    dotnet/efcore

    14,587عرض على GitHub↗

    Entity Framework Core is an object-relational mapper that enables developers to interact with database systems using strongly-typed code. It serves as a comprehensive data access framework, providing a unified interface for mapping application objects to relational and non-relational database schemas while managing the lifecycle of data operations through a central context. The project distinguishes itself through a provider-based architecture that decouples core data access logic from specific database engines, allowing for consistent interaction across diverse storage systems. It features a

    Groups multiple database operations into a single atomic transaction to ensure data integrity and consistent state across complex object graphs.

    C#aspnet-productc-sharpdatabase
    عرض على GitHub↗14,587
  • dexie/dexie.jsالصورة الرمزية لـ dexie

    dexie/Dexie.js

    14,445عرض على GitHub↗

    Dexie.js is a wrapper library for IndexedDB that provides a simplified interface for managing and querying structured data within the browser. It functions as a browser database manager used to maintain persistent application state and store binary blobs and records. The project serves as an offline-first data store that synchronizes browser data with remote servers to maintain consistency across sessions. It also acts as a reactive database store by monitoring data changes in real time to trigger automatic user interface updates, and functions as a client-side search engine for indexing and

    Ensures data consistency by grouping multiple database operations into atomic transactions.

    TypeScript
    عرض على GitHub↗14,445
  • coleifer/peeweeالصورة الرمزية لـ coleifer

    coleifer/peewee

    11,971عرض على GitHub↗

    Peewee is a SQL object-relational mapper and query builder that provides an object-oriented interface for mapping application classes to relational database tables. It functions as a relational database toolkit for managing schemas, executing migrations, and handling complex table relationships. The project distinguishes itself by providing an asyncio database driver for non-blocking database operations, ensuring event loop responsiveness. It also supports semi-structured data storage, allowing the storage and querying of flexible JSON documents within traditional relational database systems.

    Controls atomic blocks of work using transactions and savepoints to ensure data integrity.

    Pythonasynciodankfastapi
    عرض على GitHub↗11,971
  • sqlalchemy/sqlalchemyالصورة الرمزية لـ sqlalchemy

    sqlalchemy/sqlalchemy

    11,612عرض على GitHub↗

    SQLAlchemy is a comprehensive Python SQL toolkit and object-relational mapper that provides a full suite of tools for interacting with relational databases. It serves as a foundational layer for database connectivity, offering both a high-level object-oriented interface for data persistence and a programmatic SQL expression language for constructing complex, dialect-agnostic queries. The project distinguishes itself through its sophisticated unit of work persistence, which coordinates atomic transactions and tracks object state changes to minimize redundant database operations. It provides a

    Manages atomic units of work across multiple operations, supporting savepoints, two-phase commits, and configurable isolation levels.

    Pythonpythonsqlsqlalchemy
    عرض على GitHub↗11,612
  • doctrine/ormالصورة الرمزية لـ doctrine

    doctrine/orm

    10,172عرض على GitHub↗

    Doctrine ORM is a PHP object-relational mapper that connects application objects to relational database tables. It uses the data mapper and identity map patterns to decouple the in-memory object model from the database schema, allowing developers to manage data persistence without writing manual SQL. The project features a dedicated object-oriented query language and programmatic builder for retrieving data based on entities rather than tables. It implements a unit-of-work system to track object changes during a request and synchronize them via atomic transactions. The capability surface inc

    Provides programmatic control over transaction boundaries to group multiple operations into atomic units.

    PHPhacktoberfest
    عرض على GitHub↗10,172
  • xuchengsheng/spring-readingالصورة الرمزية لـ xuchengsheng

    xuchengsheng/spring-reading

    9,921عرض على GitHub↗

    This is a learning resource that explains the Spring Framework through source code analysis and practical examples. It covers the foundational principles of Inversion of Control and Dependency Injection, demonstrating how the IoC container manages bean definitions, dependency injection, and lifecycle callbacks. The material also explores Spring's Aspect-Oriented Programming implementation, showing how cross-cutting concerns like logging and security are handled through proxy-based weaving. The resource provides walkthroughs of Spring Boot's automatic configuration mechanism, detailing how con

    Manages database transactions declaratively or programmatically with Spring's transaction abstraction layer.

    Javaannotationsawareinterfacebackenddevelopment
    عرض على GitHub↗9,921
  • doctrine/dbalالصورة الرمزية لـ doctrine

    doctrine/dbal

    9,699عرض على 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

    Controls groups of database operations as single units of work with support for savepoints and isolation levels.

    PHPdatabaseibm-db2mariadb
    عرض على GitHub↗9,699
  • pocoproject/pocoالصورة الرمزية لـ pocoproject

    pocoproject/poco

    9,438عرض على GitHub↗

    POCO is a comprehensive C++ application framework that provides a cross-platform set of libraries for building network-centric applications. It offers a unified abstraction layer that wraps platform-specific APIs, enabling the same code to run across desktop, server, mobile, IoT, and embedded systems. The framework is organized into modular libraries that can be compiled and linked selectively, allowing developers to include only the components their application needs. The framework distinguishes itself through its broad coverage of application infrastructure needs, including threading and sy

    Groups multiple database operations into atomic units that commit or roll back as a whole.

    C++c-plus-plusconfigurationcross-platform
    عرض على GitHub↗9,438
  • porsager/postgresالصورة الرمزية لـ porsager

    porsager/postgres

    8,566عرض على GitHub↗

    This project is a PostgreSQL client library and SQL query builder for JavaScript and TypeScript. It provides a low-level database driver and connection manager to handle database sessions, along with a logical replication client for monitoring real-time changes. The library distinguishes itself with a high-performance bulk data streamer that utilizes the database copy command for importing and exporting large datasets. It also implements a logical replication protocol to facilitate real-time database synchronization through change subscriptions and channel-based notifications. The toolset co

    Implements transaction lifecycle control with automatic commit and rollback support for atomic database operations.

    JavaScriptclientcockroachdbdatabase
    عرض على GitHub↗8,566
  • oatpp/oatppالصورة الرمزية لـ oatpp

    oatpp/oatpp

    8,553عرض على GitHub↗

    Oatpp is a high-performance C++ web framework and API development kit used for building REST APIs and web services. It functions as an asynchronous HTTP server that utilizes coroutines to handle thousands of simultaneous connections without blocking threads. The toolkit includes a native C++ object-relational mapping layer for executing SQL queries and transforming database results into data objects. It also provides a WebSocket communication library for establishing full-duplex channels to support real-time data streaming and live media. The framework covers a broad range of capabilities, i

    Offers programmatic control over database transaction boundaries to ensure atomic operations and data consistency.

    C++c-plus-pluscppcross-platform
    عرض على GitHub↗8,553
  • xianhu/learnpythonالصورة الرمزية لـ xianhu

    xianhu/LearnPython

    8,484عرض على GitHub↗

    LearnPython is a programming tutorial consisting of a collection of practical code examples used to demonstrate Python language features and programming patterns. It serves as a comprehensive learning resource that implements core language concepts through functional code. The project provides specialized guides and samples covering several key domains. These include asynchronous network programming with event loops and coroutines, data visualization using numerical datasets for 2D and 3D plots, and web scraping for fetching content and automating login flows. It also features instructions on

    Demonstrates managing database transactions to ensure atomicity through commits and rollbacks.

    Jupyter Notebooklearning-pythonpythonpython-flask
    عرض على GitHub↗8,484
السابق123التالي
  1. Home
  2. Data & Databases
  3. Database Transaction Management

استكشف الوسوم الفرعية

  • Connection Pinning1 وسم فرعيEnsuring all statements within a single database transaction are routed to the same server connection to prevent fragmentation. **Distinct from Database Transaction Management:** Focuses on the physical pinning of a transaction to a connection, rather than general transaction lifecycle management.
  • Declarative Transaction AnnotationsWraps database operations in declarative transactions using Spring's @Transactional annotation and AOP proxies. **Distinct from Database Transaction Management:** Distinct from Database Transaction Management: focuses on annotation-driven declarative transactions via AOP, not programmatic transaction control.
  • Virtual Currency Transaction SystemsManages earning and spending of in-platform virtual currencies through atomic database transactions to ensure balance integrity. **Distinct from Database Transaction Management:** Distinct from general Database Transaction Management: focuses on the specific ledger logic for virtual currency balances, not generic transaction lifecycle control.