async_dataloader

Crates.ioasync_dataloader
lib.rsasync_dataloader
version0.1.3
sourcesrc
created_at2021-03-22 05:23:35.045517
updated_at2021-03-22 05:43:55.058954
descriptionPowerful tool for avoiding N+1 queries using async/await, based on the DataLoader pattern.
homepage
repositoryhttps://github.com/benaubin/gq/tree/main/async_dataloader
max_upload_size
id371967
size19,476
Ben Aubin (benaubin)

documentation

https://docs.rs/async_dataloader

README

async_dataloader

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

Commit count: 0

cargo fmt