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

https://github.com/rollbar/tutorial-sqlalchemy-caching


https://github.com/rollbar/tutorial-sqlalchemy-caching

Last synced: 8 months ago
JSON representation

Awesome Lists containing this project

README

          

# SQLAlchemy Caching Tutorial

A tutorial on caching SQLAlchemy v1.3 ORM queries.

## Setup

1. Create a virtualenv: `$ python -m venv .venv && source .venv/bin/activate`
1. Install the project dependencies: `$ pip install -r requirements.txt`
1. Install the project itself: `$ pip install -e .`
1. Explore the code and run the tests: `$ pytest -v`