Docs.rs
sqldiff-0.5.0
sqldiff 0.5.0
Permalink
Docs.rs crate page
MIT
Links
Homepage
Repository
crates.io
Source
Owners
kurtbuilds
Dependencies
anyhow ^1.0.66
normal
convert_case ^0.6.0
normal
itertools ^0.10.5
normal
openapiv3-extended ^1.0.13
normal
optional
serde_yaml ^0.9.14
normal
optional
sqlx ^0.6.2
normal
tokio ^1.22.0
normal
Versions
6.56%
of the crate is documented
Platform
i686-unknown-linux-gnu
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_table_names
sqldiff
0.5.0
sqldiff
Function
query_
table_
names
Copy item path
Source
pub async fn query_table_names( conn: &mut
PgConnection
, schema_name: &
str
, ) ->
Result
<
Vec
<
String
>>