| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | feat: implement initial values and saving to db logic | Pitu | 2021-03-25 | 1 | -1/+1 |
| | | |||||
| * | fix: pg driver doesn't return anything without .returning() | Zephyrrus | 2021-01-08 | 1 | -0/+6 |
| | | | | | feat: disable .returning() is not supported warning message, it's useless. | ||||
| * | feat: change mutation timestamp on every database mutation | Zephyrrus | 2021-01-07 | 1 | -1/+9 |
| | | |||||
| * | chore: Move statistics related functions to it's own file | Zephyrrus | 2021-01-07 | 1 | -0/+40 |
| fix: Extract database constructor to a separate file to ensure we only create one knex instance/db feat: Add cron for saving the stats to the database every hour feat: Get cached stats from database (if a stat is not found in the db, generate it) | |||||