Go to file
Florian Beisel 80d565e978
🎨 prepare to make the database name configurable
We should not hardcode the database name at different places in
db.Init(). This will allow to make the database path configurable
in a later change, and importantly prevent discrepancies
2024-01-17 22:24:18 +01:00
api ✏️ fix outdated function name in comment 2024-01-17 22:20:29 +01:00
auth Initial commit 2024-01-17 18:05:55 +01:00
config Initial commit 2024-01-17 18:05:55 +01:00
db 🎨 prepare to make the database name configurable 2024-01-17 22:24:18 +01:00
docs Initial commit 2024-01-17 18:05:55 +01:00
examples Initial commit 2024-01-17 18:05:55 +01:00
middleware Initial commit 2024-01-17 18:05:55 +01:00
models Initial commit 2024-01-17 18:05:55 +01:00
rules Initial commit 2024-01-17 18:05:55 +01:00
.gitignore chore: add gitignore 2024-01-17 22:09:43 +01:00
go.mod build(deps): update dependencies, see below 2024-01-17 22:14:11 +01:00
go.sum build(deps): update dependencies, see below 2024-01-17 22:14:11 +01:00
main.go 🎨 prepare to make the database name configurable 2024-01-17 22:24:18 +01:00