feat: 🎉 postgresql broker first commit of forked prototype from my original code

This commit is contained in:
2026-01-02 20:56:39 +02:00
parent e90e5902cd
commit 19e469ff54
29 changed files with 3325 additions and 2 deletions

25
.gitignore vendored
View File

@@ -25,3 +25,28 @@ go.work.sum
# env file
.env
# Binaries directory
bin/
# Configuration (exclude actual config, keep examples)
broker.yaml
broker.yml
broker.json
!broker.example.yaml
# IDE
.vscode/
.idea/
*.swp
*.swo
*~
# OS
.DS_Store
Thumbs.db
# Logs
*.log
# Coverage
coverage.html