A pet project.
Written in Go. Using Gin. And Goose for migrations. Also, sqlx for database queries.
- Be dilligent and finish your Gin project
- Let's create a table of todo's and use them in the app
- For interacting with the database, why not use sqlx?