An open API service indexing awesome lists of open source software.

https://github.com/vit0r/sql-alchemy-back-populates

FOR LEARNING ONLY
https://github.com/vit0r/sql-alchemy-back-populates

sqlalchemy-python sqllite3

Last synced: 7 months ago
JSON representation

FOR LEARNING ONLY

Awesome Lists containing this project

README

          

# Usage

## Result from sqllite databse

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

## Result from postgresql databse

```shell
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
```