Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2024-04-12 | Adds back old JSON-based handler | Matthew Lemon | 1 | -0/+58 | |
2024-04-10 | Adds ability to save a single datamap to the database | Matthew Lemon | 3 | -9/+94 | |
2024-04-10 | First introduction of migrations using golang-migrate | Matthew Lemon | 2 | -6/+8 | |
2024-04-10 | Adds some database pool configuration and flags | Matthew Lemon | 1 | -1/+19 | |
2024-04-10 | Adds .env file with database dsn in it | Matthew Lemon | 1 | -1/+8 | |
2024-04-10 | Postgres implementation now set up and in containers - no tables yet | Matthew Lemon | 1 | -1/+37 | |
2024-04-10 | Adds docker compose config file and changes application port | Matthew Lemon | 1 | -1/+4 | |
2024-04-06 | Reorganises cmd/ structure for publication on pkg.go.dev | Matthew Lemon | 6 | -0/+419 | |
Adds key commands to Makefile |