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 -2
View File
@@ -5,12 +5,18 @@
"require": {
"erusev/parsedown": "^1.7",
"vlucas/phpdotenv": "^5.6",
"wildbit/postmark-php": "^6.0"
"wildbit/postmark-php": "^6.0",
"laudis/neo4j-php-client": "^3.2"
},
"authors": [
{
"name": "Josh Ashton",
"email": "me@joshashton.dev"
}
]
],
"config": {
"allow-plugins": {
"php-http/discovery": true
}
}
}