In this video, of the HTMX Go Todo List Application series, you'll learn how to conncect to SQLite and migrate the database.
00:00 - Define DB variable
00:32 - Define function to connect to DB
03:11 - Define function to disconnect from DB
03:37 - Define function to setup/migrate DB
04:54 - Run previous functions inside main.go
🖥️ Repository (Source Code)
https://github.com/webdevfuel/htmx-go...