Is there a way to exclude columns from sqlc.embed(my_table)?
It would be useful to avoid reading from specific columns (e.g. columns you need to drop, and you want to stop reading before actually dropping them), without loosing the nice generated struct.