joaoflaviosantos / fastapi-async-sqlmodel-boilerplate

A fully asynchronous FastAPI boilerplate. Built for extensibility and speed, it incorporates FastAPI, SQLModel, Alembic, PostgreSQL, Redis, and ARQ. 🚀
MIT License
18 stars 1 forks source link

Transition from SQLAlchemy + Pydantic to SQLModel #1

Closed joaoflaviosantos closed 6 months ago

joaoflaviosantos commented 6 months ago

This pull request marks a major milestone in the project as it completes the transition from the SQLAlchemy ORM to SQLModel. The changes include the implementation of SQLModel in various parts of the codebase, adjustments to schemas and CRUD operations, and the removal of unused components.

The successful transition streamlines the interaction between the database and the API, improving code cleanliness and maintainability. This pull request is a significant step towards enhancing the overall efficiency and sustainability of the project.