Skip to content

Latest commit

 

History

History
executable file
·
16 lines (12 loc) · 324 Bytes

README.md

File metadata and controls

executable file
·
16 lines (12 loc) · 324 Bytes

Usage

Result from sqllite databse

sqlitebrowser database.db
python -i one-to-one.py

Result from postgresql databse

docker run --name local-postgres -e POSTGRES_PASSWORD=mysecretpassword -p 5432:5432 postgres
python -i one-to-one-pgsql.py
docker exec -it local-postgres psql -U postgres