Fast API contd..
Working with Relational databases using SQLAlchemy
- Activate the virtual environment and install sqlalchemy
pip install sqlalchemy
- Refer Here for the changes done to persist the books into sqlite database.
Lets build a library using fastapi
- Refer Here for the changes.
- Note: Transaction is failing and will be fixed in next session.
