Crates.io | juniper-eager-loading |
lib.rs | juniper-eager-loading |
version | 0.5.1 |
source | src |
created_at | 2019-05-24 12:43:34.210448 |
updated_at | 2020-03-04 19:45:29.445352 |
description | Eliminate N+1 query bugs when using Juniper |
homepage | https://github.com/davidpdrsn/juniper-eager-loading |
repository | https://github.com/davidpdrsn/juniper-eager-loading.git |
max_upload_size | |
id | 136647 |
size | 171,329 |
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.