1 रिपॉजिटरी
Wrappers around ORM models to provide simplified table creation and integrated error handling.
Distinct from SQLAlchemy: Candidates focus on AI models or introspection; this is a wrapper for relational ORM models.
Explore 1 awesome GitHub repository matching data & databases · SQLAlchemy Model Wrappers. Refine with filters or upvote what's useful.
Flask-SQLAlchemy is a relational database toolkit that integrates the SQLAlchemy object-relational mapper into web applications. It serves as a database session manager and schema toolkit, providing the necessary infrastructure to define data models and execute queries within a request lifecycle. The project is distinguished by its multi-database routing engine, which uses bind-keys to map different models to multiple distinct database engines. It also includes a SQL query auditing tool that captures and logs executed statements and timing data for a single request to identify performance bot
Provides a wrapper for declarative models that simplifies table creation and record retrieval with integrated error handling.