Expand description
Database handler for Jsonnet evaluator
Provides std.ext.db functions for database operations:
- std.ext.db.query: Execute GQL queries
- std.ext.db.rewrite: Execute graph rewrite rules
- std.ext.db.patch: Apply patches to the graph
Structs§
- Default
Database Handler - Default database handler that returns errors for unimplemented operations
Traits§
- Database
Handler - Database handler trait for external database operations