awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenBlogSitemap
ProjektÜber unsPresseMCP-Server
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
awesome-repositories.comBlog
Kategorien

2 Repos

Awesome GitHub RepositoriesReturning Clauses

Retrieving the state of data records immediately after modification operations.

Distinct from Graph Data Modifiers: Distinct from Graph Data Modifiers: focuses on the retrieval of the modified state rather than the modification operation itself.

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

Awesome Returning Clauses GitHub Repositories

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • kuzudb/kuzuAvatar von kuzudb

    kuzudb/kuzu

    3,965Auf GitHub ansehen↗

    Kùzu is an embedded property graph database engine designed for high-performance analytical queries and local data management. It operates as a library within the host application process, utilizing a columnar-based storage architecture and just-in-time query compilation to execute complex graph traversals and pattern matching efficiently. By mapping database files directly into system memory, it ensures data durability and high-speed access while maintaining ACID-compliant transactional integrity. The engine distinguishes itself by integrating vector similarity search and full-text search di

    Retrieves the state of nodes or relationships immediately after they are created, updated, or deleted to verify changes.

    C++cypherdatabaseembeddable
    Auf GitHub ansehen↗3,965
  • go-jet/jetAvatar von go-jet

    go-jet/jet

    3,717Auf GitHub ansehen↗

    Jet is a schema-driven code generation tool and type-safe SQL builder for Go. It introspects database schemas to automatically generate builders and data models, enabling compile-time type checking for table and column references to prevent runtime errors. The project distinguishes itself through a fluent interface that mirrors native SQL syntax, allowing for the orchestration of complex queries including common table expressions, recursive queries, and nested JSON structures. It further optimizes data retrieval by binding query outputs directly into generated Go structures or raw byte slices

    Returns modified records immediately after an update operation using a returning clause.

    Gocockroachdbcode-completioncode-generator
    Auf GitHub ansehen↗3,717
  1. Home
  2. Data & Databases
  3. Graph Data Models
  4. Graph Data Modifiers
  5. Returning Clauses