awesome-repositories.com
© 2026 Bringes Technology SRL·VAT RO45896025·hello@bringes.io
MCPSitemapPrivacyTerms
Connection and Transaction Management · Awesome GitHub Repositories

3 repos

Awesome GitHub RepositoriesConnection and Transaction Management

Mechanisms for handling persistent connections, resource pooling, and ensuring atomic data consistency across operations.

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

  1. Home
  2. Data & Databases
  3. Database Management Systems
  4. Database Systems & Management
  5. Connection and Transaction Management

Awesome Connection and Transaction Management GitHub Repositories

Describe the repository you're looking for…
We'll search the best matching repositories with AI.
  • golang/go

    golang/go

    132,649GitHubView on GitHub↗

    Go is a statically typed, compiled programming language designed for building scalable, concurrent software. It provides a memory-safe execution environment that combines a high-performance runtime with a self-hosting compiler toolchain, enabling the creation of statically linked machine code binaries without external

    Gogogolanglanguage
  • denoland/deno

    denoland/deno

    106,258GitHubView on GitHub↗

    Deno is a high-performance runtime for JavaScript and TypeScript that prioritizes security and developer productivity. Built on the V8 engine, it provides a secure execution environment that enforces a default-deny security model, requiring explicit user authorization for access to system resources like the file system

    Rustdenojavascriptrust
  • laravel/laravel

    laravel/laravel

    83,758GitHubView on GitHub↗

    Laravel is a comprehensive full-stack web framework designed for building scalable server-side applications. It provides an integrated development environment that centers on an object-relational mapper for database abstraction, a robust routing system, and a sophisticated service container for dependency injection. Th

    Bladeframeworklaravelphp

Explore sub-tags

  • Atomic TransactionsMechanisms that execute multiple data manipulation operations as a single unit to ensure consistency.
  • Connection Pool ManagersComponents that manage database connection lifecycles and pool settings to optimize resource utilization.
  • Database Connection ConfigurationsConfiguration mechanisms for managing and establishing persistent connections to database systems.
Database Transaction Managers
Systems that manage database operations by wrapping them in closures to handle commits and rollbacks.