Remove Dgraph support from the codebase.
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:
2025-12-03 19:33:37 +00:00
parent 7a27c44bc9
commit 59247400dc
6 changed files with 6 additions and 58 deletions

View File

@@ -10,7 +10,7 @@ import (
"lol.mleku.dev/log"
)
// NewLogger creates a new dgraph logger.
// NewLogger creates a new neo4j logger.
func NewLogger(logLevel int, label string) (l *logger) {
l = &logger{Label: label}
l.Level.Store(int32(logLevel))