The new docs will include Pydantic v2 and will use SQLModel (which is also based on SQLAlchemy) once it is updated to use Pydantic v2 as well.FastAPI doesn't require you to use a SQL (relational) database.But you can use any relational database that you want.Here...