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

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.

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