Crates.io | async_dataloader |
lib.rs | async_dataloader |
version | 0.1.3 |
source | src |
created_at | 2021-03-22 05:23:35.045517 |
updated_at | 2021-03-22 05:43:55.058954 |
description | Powerful tool for avoiding N+1 queries using async/await, based on the DataLoader pattern. |
homepage | |
repository | https://github.com/benaubin/gq/tree/main/async_dataloader |
max_upload_size | |
id | 371967 |
size | 19,476 |
Powerful tool for avoiding N+1 queries using async/await, based on the DataLoader pattern.
data_loader batches loads which occur during a single "poll" - no artificial delay required.
Design inspired by https://github.com/exAspArk/batch-loader and https://github.com/graphql/dataloader