Ask HN: What are the best API generators you know?
https://news.ycombinator.com/item?id=32653296Supabase seems really close to what I'm enivisioning but it's not quite there.
Ideally I want something where: - I can drop in simple db schema outlining relationships - Generates models in a backend (flask, django or anything else) - Has UUID in postgres by default - Can create endpoints by specifying from open API schema
Anyone know of anything close to this?