There are some minor modifications that should be scrutinized, and a change to remove set_id from user_connections to be replaced with a join table of connection_id (new) and set_id
Reviewed-on: #35
Reviewed-by: snail <snail@noreply.localhost>
Reviewed-by: zephyr <zephyr@noreply.localhost>
- Converts the driver to postgres
- Sets up pg pool
- adds river and goose as go tools
- updates the mise job for doing migrations
Reviewed-on: #31
Reviewed-by: zephyr <zephyr@noreply.localhost>
- Sets up the go module.
- Sets up goose to use for database migrations.
- Begins setup of some other basic things such as the logger and the http server.
Closes #17 and #8
Reviewed-on: #18