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
·

2 dépôts

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

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

    kuzudb/kuzu

    3,965Voir sur GitHub↗

    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
    Voir sur GitHub↗3,965
  • go-jet/jetAvatar de go-jet

    go-jet/jet

    3,717Voir sur GitHub↗

    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
    Voir sur GitHub↗3,717
  1. Home
  2. Data & Databases
  3. Graph Data Models
  4. Graph Data Modifiers
  5. Returning Clauses