Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Rips out Postgres - but leaves migration files for now | Matthew Lemon | 2024-06-03 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | - this does not yet remove the models - uses sqlite3 driver - changes the config based on sqlite3 - tests pass but no depth in investigating the models The sqlite3 database is going to be used for storing user data and tokens only - we are not going to store the models in a database at this point. If we want to start saving datamaps, datamaplines, returns and returnlines, etc, we will need the models but as of this commit the models are still in the code. | ||||
* | First test and first appearance of returns code | Matthew Lemon | 2024-04-12 | 1 | -2/+16 |
| | | | | | | | 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 .env file with database dsn in it | Matthew Lemon | 2024-04-10 | 1 | -1/+4 |
| | |||||
* | Postgres implementation now set up and in containers - no tables yet | Matthew Lemon | 2024-04-10 | 1 | -0/+2 |
| | |||||
* | Initial commit | Matthew Lemon | 2024-03-11 | 1 | -0/+3 |