sqlc icon indicating copy to clipboard operation
sqlc copied to clipboard

How to generate schema automatically from database linked in URL?

Open assembly-winston opened this issue 1 year ago • 0 comments

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?

assembly-winston avatar May 18 '24 19:05 assembly-winston