started db-rewrite. using neo4j and a restful go api to handle DB queries/statements.

This commit is contained in:
2025-04-25 23:20:29 -06:00
parent 275e6cb153
commit 693d11c506
13 changed files with 480 additions and 6 deletions
+8
View File
@@ -0,0 +1,8 @@
module the.hub/m
go 1.24.2
require (
github.com/gorilla/mux v1.8.1 // indirect
github.com/neo4j/neo4j-go-driver/v5 v5.28.0 // indirect
)