https://github.com/themusharraf/sqlalchemy-python
Sqlalchemy Python connection example
https://github.com/themusharraf/sqlalchemy-python
postgresql python sqlalchemy sqlite
Last synced: about 2 months ago
JSON representation
Sqlalchemy Python connection example
- Host: GitHub
- URL: https://github.com/themusharraf/sqlalchemy-python
- Owner: themusharraf
- Created: 2024-04-02T20:20:51.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2024-04-22T19:32:13.000Z (about 2 years ago)
- Last Synced: 2025-09-11T04:47:16.817Z (10 months ago)
- Topics: postgresql, python, sqlalchemy, sqlite
- Language: Python
- Homepage:
- Size: 47.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# SqlAlchemy Python lesson example
install library
```
pip install psycopg2-binary
pip install sqlalchemy
```