initial commit, adding SQL connection and a simple testing on main

This commit is contained in:
Josepablo C.
2025-12-07 08:51:10 -06:00
commit bf78edeec0
16 changed files with 2406 additions and 0 deletions

64
.gitignore vendored Normal file
View File

@@ -0,0 +1,64 @@
# Binaries for programs and plugins
*.exe
*.exec
*.exe~
*.dll
*.so
*.dylib
*.test
# Build output (common names)
/bin/
/dist/
/build/
*.out
coverage.out
# Go tooling
go.work
# Uncomment if you don't commit vendored deps
# vendor/
# Dependency manager files (optional)
Gopkg.lock
glide.lock
# Generated code
gen/
generated/
# Environment / secrets
.env
.env.*
*.key
*.pem
# Logs
*.log
# Editor directories and files
.idea/
.vscode/
*.iml
*.sublime-project
*.sublime-workspace
# Swap/backup files
*~
*.swp
*.swo
.#*
# macOS / Windows
.DS_Store
Thumbs.db
# Container / OS artifacts
docker-compose.override.yml
# CI artifacts
coverage/
reports/
# Misc
node_modules/