Skip to content

Latest commit

 

History

History
18 lines (9 loc) · 544 Bytes

File metadata and controls

18 lines (9 loc) · 544 Bytes

Async DataLoader

Async DataLoader is a python port of DataLoader.

DataLoader is a generic utility to be used as part of your application's data fetching layer to provide a simplified and consistent API over various remote data sources such as databases or web services via batching and caching.

Requirement

Python 3.7+

Installation

pip install async-dataloader

Example

Please see this graphql example.