Hello, All
If you are using SQLAlchemy and Flask, you might want to take a look at API Logic Server (open source). It reads your schema, and creates an executable project you can customize in your IDE.
The project includes the SQLAlchemy model classes, an API, and a multi-page Admin App. You can also declare spreadsheet-like rules for multi-table derivations and constraints.
Version 8 adds authentication rules, eg, multi-tenant support, using outstanding SQLAlchemy support for
@event.listens_for(session, 'do_orm_execute')
Hope you find it useful, grateful for feedback...
Val