awesome-repositories.com
Blog
awesome-repositories.com

Découvrez les meilleurs dépôts open-source grâce à notre recherche par IA.

ExplorerRecherches sélectionnéesAlternatives open sourceLogiciels auto-hébergésBlogPlan du site
ProjetÀ proposNotre méthodologiePresseServeur MCP
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

3 dépôts

Awesome GitHub RepositoriesDatabase Execution Engines

Runtime environments for processing complex multi-model database queries and operations.

Distinguishing note: Focuses on the execution engine's ability to handle multiple models natively.

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

Awesome Database Execution Engines GitHub Repositories

Trouvez les meilleurs dépôts grâce à l'IA.Nous recherchons les dépôts les plus pertinents grâce à l'IA.
  • surrealdb/surrealdbAvatar de surrealdb

    surrealdb/surrealdb

    32,397Voir sur GitHub↗

    SurrealDB is a multi-model database engine designed to store and query document, graph, relational, and vector data within a single ACID-compliant platform. It functions as an AI-native data store, integrating vector search, graph traversal, and machine learning model execution directly into its query layer. By providing a unified declarative query language, the platform eliminates the need for external middleware to synchronize data across different storage models. The platform distinguishes itself through its ability to manage agent memory and complex workflows natively. It allows developer

    Performs document storage, search, vector processing, and graph querying natively within a single unified engine.

    Rustbackend-as-a-servicecloud-databasedatabase
    Voir sur GitHub↗32,397
  • clockworklabs/spacetimedbAvatar de clockworklabs

    clockworklabs/SpacetimeDB

    19,189Voir sur GitHub↗

    SpacetimeDB is a stateful, real-time database platform that executes application logic directly within the database engine. By unifying data storage and business logic, it allows developers to build applications where state transitions are processed through atomic, server-side functions. The platform maintains persistent connections to stream incremental updates to clients, ensuring that local caches remain synchronized with the server state at all times. The platform distinguishes itself by generating type-safe client interfaces directly from server-side schema definitions, ensuring consiste

    Executes custom application logic directly within the database engine to unify data storage and business logic.

    Rustdatabasedataorientedgame-development
    Voir sur GitHub↗19,189
  • electric-sql/pgliteAvatar de electric-sql

    electric-sql/pglite

    14,707Voir sur GitHub↗

    Pglite is a client-side relational database engine that runs a full-featured PostgreSQL instance directly within browser and Node.js environments. By leveraging WebAssembly, it provides a persistent SQL storage solution that enables complex data management and querying without requiring an external database server. The project distinguishes itself through a reactive SQL data layer that automatically synchronizes user interface components with live query results. It manages database operations using worker threads to prevent main-thread blocking and coordinates access across multiple browser t

    Provides a full-featured relational database runtime environment for browser and Node.js applications.

    TypeScriptdatabasepostgreswasm
    Voir sur GitHub↗14,707
  1. Home
  2. Data & Databases
  3. Database Execution Engines