Docs.rs
evolve-storage-0.3.0
evolve-storage 0.3.0
Permalink
Docs.rs crate page
Apache-2.0
Links
Repository
crates.io
Source
Owners
NORTHTEKDevs
Dependencies
async-trait ^0.1
normal
chrono ^0.4
normal
evolve-core ^0.3.0
normal
serde ^1.0
normal
serde_json ^1.0
normal
sqlx ^0.8
normal
thiserror ^2.0
normal
tracing ^0.1
normal
uuid ^1
normal
tempfile ^3
dev
tokio ^1.42
dev
Versions
100%
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
Module pool
evolve_
storage
0.3.0
Module pool
Module Items
Structs
In crate evolve_
storage
evolve_storage
Module
pool
Copy item path
Source
Expand description
Connection pool + migration runner.
Structs
ยง
Storage
Handle to the SQLite database. Cheap to clone (wraps a
SqlitePool
).