juniper-eager-loading

Crates.iojuniper-eager-loading
lib.rsjuniper-eager-loading
version0.5.1
sourcesrc
created_at2019-05-24 12:43:34.210448
updated_at2020-03-04 19:45:29.445352
descriptionEliminate N+1 query bugs when using Juniper
homepagehttps://github.com/davidpdrsn/juniper-eager-loading
repositoryhttps://github.com/davidpdrsn/juniper-eager-loading.git
max_upload_size
id136647
size171,329
David Pedersen (davidpdrsn)

documentation

https://docs.rs/juniper-eager-loading

README

juniper-eager-loading

This is a library for avoiding N+1 query bugs designed to work with Juniper and juniper-from-schema.

It is designed to make the most common association setups easy to handle and while being flexible and allowing you to customize things as needed. It is also 100% data store agnostic. So regardless if your API is backed by an SQL database or another API you can still use this library.

See the crate documentation for a usage examples and more info.

Commit count: 132

cargo fmt