api/pkg/db
kolaente 6b1e67485b
feat: fetch all projects with a recursive cte instead of recursive query
This change modifies the fetching of all projects to use a recursive common table expression instead of recursively calling the method.
2024-02-28 13:42:45 +01:00
..
fixtures feat: fetch all projects with a recursive cte instead of recursive query 2024-02-28 13:42:45 +01:00
db.go feat: allow using sqlite in memory database 2024-02-15 10:48:48 +01:00
dump.go chore: remove year from copyright headers 2023-09-01 08:32:28 +02:00
helpers.go chore: remove year from copyright headers 2023-09-01 08:32:28 +02:00
test.go chore(deps): update golangci-lint rules 2023-12-19 13:34:31 +01:00
test_fixtures.go chore(deps): update golangci-lint rules 2023-12-19 13:34:31 +01:00