HTMX Go Todo List Application (#3 - SQLite Database)

Опубликовано: 14 Март 2025
на канале: Web Dev Fuel
2,668
34

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...