1 مستودع
Interfaces that provide CRUD operations and database management by integrating directly with object-relational mapping layers.
Distinct from Automated Admin Interfaces: Focuses on the integration with ORM layers (like TortoiseORM) to automate CRUD, which is distinct from generic admin panel frameworks.
Explore 1 awesome GitHub repository matching data & databases · ORM Administration Interfaces. Refine with filters or upvote what's useful.
fastapi-admin is a web-based administrative interface that automatically generates CRUD control panels from FastAPI application models and database schemas. It serves as a model-driven dashboard generator that constructs administrative forms and data tables by inspecting database model metadata and field constraints at runtime. The project integrates with asynchronous object-relational mapping to provide a TortoiseORM admin interface, enabling the management of relational database content through a structured dashboard. The resulting interface utilizes a responsive design system for a consist
Integrates with asynchronous ORM to provide automated CRUD operations for managing backend application data.