Docs.rs
sqlx_wasi-0.6.2
sqlx_wasi 0.6.2
Permalink
Docs.rs crate page
MIT
OR
Apache-2.0
Links
Repository
crates.io
Source
Owners
juntao
Dependencies
sqlx-core_wasi ^0.6.2
normal
sqlx-macros_wasi ^0.6.2
normal
Versions
94.44%
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
☰
MssqlPool
In sqlx
?
Type Definition
sqlx
::
MssqlPool
source
·
[
−
]
pub type MssqlPool =
Pool
<
Mssql
>;
Available on
crate feature
mssql
only.
Expand description
An alias for
Pool
, specialized for MSSQL.