PostgreeSQL asyncio SQLAlchemy pytest
Usage
docker-compose up -d
Run Postgreemv .env.example .env
Rename .env.example to .envpip install -r requirements.txt
Install dependenciespython3 cli.py -oi ./sample_data/
Import content of CSV files from sample_data directory to Users DB using ORMpython3 cli.py -oe
Export content of Users DB to CSV files in current directory using ORMpython3 cli.py -si ./sample_data/
Import content of CSV file from sample_data directory to Users DB using SQLpython3 cli.py -se
Export content of Users DB to CSV files in current directory using SQL