This is a basic CRUD example using streamlit data_editor models using SQLAlchemy with SQLite3 and Alembic for migrations.
-
install sqlite in your system.
-
run the alembic migrations
alembic upgrade head
-
then run following command to run the streamlit server
streamlit run main.py