Still, both beginner and seasoned devs would first look at the official Litestar docs to see if there is a recommended way of setting up the database.
This expectation becomes more relevant since Litestar does provide plugins to work with SQLAlchemy.
While the current docs include the database setup, it doesn't include migrations.
A small guide on how to setup alembic migrations while using the various SQLAlchemy plugins that Litestar provides will be awesome!
Summary
Litestar is a database-agnostic micro-framework.
Still, both beginner and seasoned devs would first look at the official Litestar docs to see if there is a recommended way of setting up the database. This expectation becomes more relevant since Litestar does provide plugins to work with SQLAlchemy.
While the current docs include the database setup, it doesn't include migrations.
A small guide on how to setup alembic migrations while using the various SQLAlchemy plugins that Litestar provides will be awesome!