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
- Host: GitHub
- URL: https://github.com/vit0r/sql-alchemy-back-populates
- Owner: vit0r
- Created: 2020-01-30T02:28:39.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-01-31T22:16:33.000Z (about 6 years ago)
- Last Synced: 2025-03-04T06:24:56.739Z (11 months ago)
- Topics: sqlalchemy-python, sqllite3
- Language: Python
- Homepage:
- Size: 3.91 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```