Picking the right ORM is not trivial, even with AI it's easy to get lost.
e.g. for Python I use Django ORM: expressive syntax, migrations, built-in admin. Skip rest of Django's stack and pair it with FastAPI. It's nice to see how it compares to the rest of stack, even to be able to choose between Python and Typescript for the next project.
Would love to get feedback, especially on what comparisons to add next.