|
|
|
|
|
by jchw
320 days ago
|
|
The way I prefer to use sqlc is in combination with a schema migration framework like goose. It actually is able to read the migration files and infer the schema directly without needing an actual database. This seems to work well in production. |
|
I've been quite happy with this setup!