https://github.com/jod35/sqlalchemy-2.0-core-concepts
This is code for a video I am making on SQLAlchemy 2.0 mainly covering the Core.
https://github.com/jod35/sqlalchemy-2.0-core-concepts
Last synced: 11 months ago
JSON representation
This is code for a video I am making on SQLAlchemy 2.0 mainly covering the Core.
- Host: GitHub
- URL: https://github.com/jod35/sqlalchemy-2.0-core-concepts
- Owner: jod35
- Created: 2023-05-03T21:11:56.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-05-03T21:16:01.000Z (over 2 years ago)
- Last Synced: 2025-01-05T16:12:18.638Z (about 1 year ago)
- Language: Python
- Size: 1.95 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# SQLALCHEMY 2.0 Core concepts
This is source for a video on SQLAlchemy 2.0 mainly covering the Core.
## Run code
```
pip install -r requirements.txt
```
```
python .py
```