Docs.rs
kurtbuilds_sql_sqlx-0.26.2
kurtbuilds_sql_sqlx 0.26.2
Permalink
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
kurtbuilds
Dependencies
anyhow ^1.0.89
normal
itertools ^0.14.0
normal
kurtbuilds_sql ^0.26
normal
sqlx ^0.8.2
normal
tokio ^1.47.1
dev
Versions
0%
of the crate is documented
Platform
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
query_triggers
sql_
sqlx
0.26.2
sql_sqlx
Function
query_
triggers
Copy item path
Source
pub async fn query_triggers( conn: &mut
PgConnection
, schema_name: &
str
, ) ->
Result
<
Vec
<
Trigger
>>