2 repository-uri
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.
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.
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.