aboutsummaryrefslogtreecommitdiffstats
path: root/cmd/dbasik-api/datamaps.go (follow)
Commit message (Collapse)AuthorAgeFilesLines
* First parse of an Excel fileMatthew Lemon2024-04-191-10/+12
|
* First test and first appearance of returns codeMatthew Lemon2024-04-121-155/+12
| | | | | | | Test a function that gets all sheets from a datamap struct. A new function to handle a datamap and a return together in one POST request.
* Adds back old JSON-based handlerMatthew Lemon2024-04-121-0/+58
|
* Adds ability to save a single datamap to the databaseMatthew Lemon2024-04-101-8/+90
|
* First introduction of migrations using golang-migrateMatthew Lemon2024-04-101-4/+6
|
* Reorganises cmd/ structure for publication on pkg.go.devMatthew Lemon2024-04-061-0/+123
Adds key commands to Makefile