Docs.rs
foundry-rs-0.6.1
foundry-rs 0.6.1
Permalink
Docs.rs crate page
MIT
Links
Homepage
Repository
crates.io
Source
Owners
kaushik-xs
Dependencies
async-trait ^0.1
normal
aws-config ^1
normal
optional
aws-sdk-s3 ^1
normal
optional
axum ^0.7
normal
azure_identity ^0.20
normal
optional
azure_storage ^0.20
normal
optional
azure_storage_blobs ^0.20
normal
optional
chrono ^0.4
normal
dotenvy ^0.15
normal
flate2 ^1
normal
google-cloud-auth ^0.17
normal
optional
google-cloud-storage ^0.22
normal
optional
regex ^1
normal
reqwest ^0.12
normal
rmcp ^1.7.0
normal
optional
serde ^1
normal
serde_json ^1
normal
sqlx ^0.8
normal
thiserror ^1
normal
time ^0.3
normal
optional
tokio ^1
normal
tower ^0.4
normal
tower-http ^0.5
normal
tracing ^0.1
normal
tracing-subscriber ^0.3
normal
utoipa ^5
normal
uuid ^1
normal
zip ^2.2
normal
zstd ^0.13
normal
Versions
47.12%
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
Skip to main content
DbConnection
architect_
sdk
0.6.1
DbConnection
Aliased Type
In architect_
sdk::
db::
pool
architect_sdk
::
db
::
pool
Type Alias
DbConnection
Copy item path
Source
pub type DbConnection =
PoolConnection
<
Sqlite
>;
Aliased Type
§
pub struct DbConnection {
/* private fields */
}