< cd ../gallery
[APIs]
fastapi_sqlalchemy
In this article, I'll provide you with a simple and straightforward guide on how you can build a CRUD app with FastAPI and SQLAlchemy. The FastAPI app will run on a Starlette web server, use Pydantic for data validation, and store data in an SQLite database.
@wpcodevo
maintainer
★ 65 stars
# README
In this article, I'll provide you with a simple and straightforward guide on how you can build a CRUD app with FastAPI and SQLAlchemy. The FastAPI app will run on a Starlette web server, use Pydantic for data validation, and store data in an SQLite database. Maintained by wpcodevo on GitHub, where it has earned 65 stars from the community.
It's actively developed around crud-api, crud-app, fastapi, and is a solid reference for anyone building with these tools.
# tags
# install
npm install fastapi_sqlalchemymore FastAPI repos