Hacker News new | ask | show | jobs
by brianm 2457 days ago
I really like this! I particularly like that it is oriented around a useful workflow, rather than for just "small code at rest".

It looks like it parses the schema to find type information (2 minute skim, so please forgive me if I got it wrong!) Hoe does it handle schema changes?

1 comments

sqlc understands ALTER statements, so it can parse your migrations directory.