文件名称:PostgREST客户端库:crab:。 该库提供了PostgREST的ORM接口。-Linux开发
文件大小:21KB
文件格式:ZIP
更新时间:2024-06-16 10:56:22
Linux Miscellaneous
PostgREST客户端库:crab:。 该库提供了PostgREST的ORM接口。 postgrest-rs PostgREST客户端库:crab:。 该库提供了PostgREST的ORM接口。 用法将其添加到您的Cargo.toml中:[dependencies] postgrest =“ 1.0”简单示例:使用postgrest :: Postgrest; 让客户= Postgrest :: new(“ https://your.postgrest.endpoint”); 让resp = client .from(“ your_table”).select(“ *”).execute().await ?; let body = resp .text().await ?; 使用过滤器:let resp = client .from(“ your_table”).eq(“ count
【文件预览】:
postgrest-rs-master
----LICENSE-MIT(1KB)
----LICENSE-APACHE(11KB)
----rustfmt.toml(19B)
----.github()
--------FUNDING.yml(19B)
--------workflows()
----tests()
--------db()
--------multi_schema.rs(4KB)
--------client.rs(4KB)
----src()
--------filter.rs(21KB)
--------builder.rs(16KB)
--------lib.rs(5KB)
----Cargo.toml(561B)
----examples()
--------minimum.rs(279B)
----.gitignore(319B)
----README.md(5KB)
----.editorconfig(347B)