added enhanced DB functions

This commit is contained in:
2025-04-08 18:48:34 -04:00
parent 7599665e4c
commit 18d8b6eee2
4 changed files with 45 additions and 0 deletions
+1
View File
@@ -9,6 +9,7 @@ import (
"github.com/joho/godotenv"
)
func main() {
// Attempt to load .env, but don't fail if not found.
_ = godotenv.Load()