3 Commits
Author SHA1 Message Date
smantic 09f8363753 Initial postgres migrations. (#35)
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>
2025-05-24 19:40:00 -04:00
smantic feb4ef6fc9 Convert driver to postgres and init river work queue client (#31)
- 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>
2025-05-11 22:21:16 -04:00
smantic e2e114bf1b Initalize go project (#18)
- 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
2025-05-06 19:24:22 -04:00