I'm looking to build my own query builder, but I wish to study the state of the art first - Any recommendations? I hear good things about pythons SQL alchemy, and elixirs ecto?
<a href="https://prisma.io" rel="nofollow">https://prisma.io</a> is popular as I understand it. I've been trying out <a href="https://strapi.io" rel="nofollow">https://strapi.io</a> the last week and am thoroughly impressed.<p>They both do much more than build queries. One big thing both do is automate database migration calculations. Strapi goes further and gives you a CMS and admin UI on top, as well as doing a lot more of the complex query building from a json object. Both still require a fundamental understanding of the data model and SQL