christoff-linde / pih-core-go

Golang-based MQTT consumer service.
MIT License
0 stars 0 forks source link

Setup SQLC & Goose for migrations & code gen #1

Open christoff-linde opened 5 days ago

christoff-linde commented 5 days ago

To help with querying the DB, as well as managing DB migrations, setup the SQLC and Goose tools.

christoff-linde commented 3 days ago

Thinking of making the project a monorepo of sorts, where the db logic, schemas, and migrations are stored n a central db package. This would enable usage of the shared logic across different services.