awesome-repositories.com
© 2026 Bringes Technology SRL·VAT RO45896025·hello@bringes.io
MCPSitemapPrivacyTerms
Concurrency Control · Awesome GitHub Repositories

2 repos

Awesome GitHub RepositoriesConcurrency Control

Mechanisms for managing simultaneous data access and preventing conflicts.

Distinguishing note: Specifically addresses row-level locking strategies for data consistency.

Explore 2 awesome GitHub repositories matching data & databases · Concurrency Control. Refine with filters or upvote what's useful.

  1. Home
  2. Data & Databases
  3. Concurrency Control

Awesome Concurrency Control GitHub Repositories

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

    typeorm/typeorm

    36,329View on 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

    Implements pessimistic and optimistic locking to ensure data integrity during concurrent operations.

    TypeScriptactive-recordcockroachdbdata-mapper
    36,329View on GitHub↗
  • zulip/zulip

    zulip/zulip

    24,696View on GitHub↗

    Zulip is an open-source, self-hosted chat platform designed for real-time team communication. It organizes conversations into threaded streams, allowing users to maintain focus and manage complex discussions within a private, secure infrastructure. The project provides full control over data, authentication, and server management, making it a comprehensive solution for organizations requiring a dedicated messaging environment. The platform distinguishes itself through a hybrid backend architecture that combines a robust web framework for standard requests with an asynchronous event-streaming

    Manages database concurrency to ensure data integrity during simultaneous operations.

    Pythonapachechatcollaboration
    24,696View on GitHub↗