Is sqlc the BEST Golang package to work with SQL?

preview_player
Показать описание
Generate Go code from SQL queries and schema using sqlc.

LINKS:

TIMESTAMPS:

00:00 Intro
01:30 sqlx
02:40 sqlc intro
04:00 installation
05:20 config
07:00 SQL queries
08:40 code generation
10:30 connect to db
14:40 overrides
16:30 transactions
Рекомендации по теме
Комментарии
Автор

Hey everyone! 👋




Thanks a bunch! 🙏

packagemain
Автор

Thanks for uploading this. I hate how much code i need to write if i had used gorm to implement the same. Repo layer, model layer.. couple that with multiple developers and multiple nomenclature and conventions, it becomes chaos as the project scales

smithshelke
Автор

Great tutorial. What I'm missing from this type of tutorials is how joins are handled?

MrDpof
Автор

what about dynamic updates can it handle them?
update user but only first name
update user first name and name?

underflowexception
visit shbcf.ru