sqlc
sqlc copied to clipboard
How to generate schema automatically from database linked in URL?
I have a Supabase Postgres instance. I have used some ORMs (like SeaORM in Rust), which gives a link and login, can automatically generate the equivalent structs. The quickest option I've found in SQLC Go is to copy my schema definitions into a local file. I'd like it to determine the schema on its own. Is it possible?