| Hey all! Author here! Thanks for sharing! This is the biggest thing I've built since FastAPI and Typer... SQLModel is a library for interacting with SQL DBs, based on Python type hints. Each model is both a Pydantic and SQLAlchemy model, and it's all optimized for FastAPI. GitHub here: https://github.com/tiangolo/sqlmodel More info in this Twitter thread: https://twitter.com/tiangolo/status/1430252646968004612 And the docs are here: https://sqlmodel.tiangolo.com/ |