Recommendations on an ORM?
I’m coming from C#/.NET with extensive experience EntityFrameworkCore
Looking for, in priority order:
1. Postgres support
2. Model classes to load data from tables
3. Query generation from kotlin code (minimal hardcoded sql strings)
4. Schema generation from model classes
5. Database migrations
6. Reverse engineering model class from an existing database