This bot is a template for an easy start of working with the aiogram 3.x and SQLAlchemy 2.x ​​frameworks
Just clone the repository:
git clone https://github.com/rlxrd/aiogram_sqla_sample.git
Create and activate your virtual environment:
python -m venv .venv
Windows:
.venv/Scripts/activate
Unix-systems:
source .venv/bin/activate
Install packages:
pip install -r requirements.txt
And start coding!