This repository contains the content and example code for the python/sqlite/sqlaclchemy article I'm writing for Real Python.
This project was built using Python 3.8.0
From the main folder take the following steps:
- Install a Python virtual environment for this project
- Activate the virtual environment
- Install the project:
python -m pip install -e .