feat(sqlc): scaffold sqlc config and placeholder queries

This commit is contained in:
2026-04-28 14:23:53 +08:00
parent 5c5687b9dc
commit d491a7047a
15 changed files with 381 additions and 3 deletions
+4 -1
View File
@@ -1,9 +1,10 @@
module github.com/yan1h/agent-coding-workflow
go 1.25
go 1.25.0
require (
github.com/golang-migrate/migrate/v4 v4.19.1
github.com/jackc/pgx/v5 v5.9.2
github.com/spf13/viper v1.21.0
github.com/stretchr/testify v1.11.1
)
@@ -12,6 +13,8 @@ require (
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
github.com/fsnotify/fsnotify v1.9.0 // indirect
github.com/go-viper/mapstructure/v2 v2.4.0 // indirect
github.com/jackc/pgpassfile v1.0.0 // indirect
github.com/jackc/pgservicefile v0.0.0-20240606120523-5a60cdf6a761 // indirect
github.com/lib/pq v1.10.9 // indirect
github.com/pelletier/go-toml/v2 v2.2.4 // indirect
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect