Remove Dgraph support from the codebase.
Some checks failed
Go / build-and-release (push) Has been cancelled
Some checks failed
Go / build-and-release (push) Has been cancelled
Dgraph-related functionality, configuration, and benchmarks have been removed from the project. This streamlines the codebase to focus on supported backends, specifically eliminating Dgraph references in favor of Neo4j and other implementations. Version bumped to reflect the changes.
This commit is contained in:
@@ -13,7 +13,7 @@ import (
|
||||
)
|
||||
|
||||
// Database defines the interface that all database implementations must satisfy.
|
||||
// This allows switching between different storage backends (badger, dgraph, etc.)
|
||||
// This allows switching between different storage backends (badger, neo4j, etc.)
|
||||
type Database interface {
|
||||
// Core lifecycle methods
|
||||
Path() string
|
||||
|
||||
Reference in New Issue
Block a user