This is a quick attempt at making a full-stack application with go, htmx, and sqlite.
If you want to compile and run this project, you will need to have go installed.
You will also need to install sqlite
After that, you can execute the run
shell script or run DB=your.db go run main.go
MIT