Docs.rs
sqldiff-0.5.0
sqldiff 0.5.0
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
ToSql
sqldiff
0.5.0
ToSql
Required Methods
to_sql
Implementors
In crate sqldiff
sqldiff
Trait
ToSql
Copy item path
Source
pub trait ToSql { // Required method fn
to_sql
(&self) ->
String
; }
Required Methods
§
Source
fn
to_sql
(&self) ->
String
Implementors
§
Source
§
impl
ToSql
for
Type
Source
§
impl
ToSql
for
Column