juniper-eager-loading:使用Juniper避免N + 1查询错误的库

时间:2021-05-27 16:15:41
【文件属性】:
文件名称:juniper-eager-loading:使用Juniper避免N + 1查询错误的库
文件大小:67KB
文件格式:ZIP
更新时间:2021-05-27 16:15:41
Rust 这是一个用于避免N + 1查询错误的库,旨在与和。 它旨在使最常见的关联设置易于处理且灵活,并允许您根据需要自定义内容。 它也是100%不可知的数据存储。 因此,无论您的API是由SQL数据库支持还是由其他API支持,您仍然可以使用此库。 有关用法示例和更多信息,请参见。 请注意,该API不稳定,因此可能会做出重大更改。 执照:麻省理工学院
【文件预览】:
juniper-eager-loading-master
----Cargo.toml(94B)
----examples()
--------has_one.rs(3KB)
--------option_has_one.rs(3KB)
--------has_one_no_macros.rs(5KB)
--------field_with_arguments.rs(4KB)
--------has_many.rs(3KB)
--------has_many_with_arguments.rs(4KB)
--------option_has_one_no_macros.rs(5KB)
--------has_many_through_no_macros.rs(7KB)
--------has_many_no_macros.rs(5KB)
--------has_many_through.rs(4KB)
----.travis.yml(160B)
----juniper-eager-loading()
--------Cargo.toml(2KB)
--------src()
--------README.md(703B)
--------tests()
----README.md(804B)
----juniper-eager-loading-code-gen()
--------Cargo.toml(693B)
--------src()
--------README.md(294B)
----.gitignore(29B)
----CHANGELOG.md(10KB)

网友评论