Seeding Databases with Go

Опубликовано: 13 Декабрь 2024
на канале: Web Dev Fuel
333
11

Seeding is an important part of the web development process, since it helps add data to a database in a simple way.

In this video, you'll learn how to seed a SQL database with Go.

📚 Repository: https://github.com/webdevfuel/seeding...
🖥️ HTMX Go SaaS Blueprint: https://www.webdevfuel.com/hgsb

00:00 - Overview
00:58 - Seeding database with SQL file
02:39 - Seeding database programmatically