Co-authored-by: Justin Miller <justinrmiller@users.noreply.github.com>
This commit is contained in:
Erik Wrede 2022-08-13 15:08:34 +02:00 committed by GitHub
parent 380166989d
commit 13c661332e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4,7 +4,7 @@ Dataloader
DataLoader is a generic utility to be used as part of your application's 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 data fetching layer to provide a simplified and consistent API over
various remote data sources such as databases or web services via batching various remote data sources such as databases or web services via batching
and caching. It is provided by a seperate package `aiodataloader <https://pypi.org/project/aiodataloader/>`. and caching. It is provided by a separate package `aiodataloader <https://pypi.org/project/aiodataloader/>`.
Batching Batching