Docs.rs
adminx-seaorm-3.1.0
adminx-seaorm 3.1.0
Permalink
Docs.rs crate page
MIT
28 July 2026
Links
Homepage
Repository
crates.io
Source
Owners
xsmmaurya
Dependencies
adminx-core ^3.1.0
normal
async-trait ^0.1
normal
chrono ^0.4
normal
sea-orm ^1.1
normal
serde_json ^1.0
normal
tracing ^0.1
normal
tokio ^1
dev
Versions
71.43%
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
Crate adminx_seaorm
adminx_
seaorm
3.1.0
All Items
Crate Items
Structs
Functions
Crate
adminx_
seaorm
Copy item path
Source
Structs
§
SeaOrm
Storage
SeaORM-backed storage. Clone-cheap (the pool is
Arc
internally).
Functions
§
connect
Open a connection pool from a database URL and return a ready storage. e.g.
postgres://user:pass@host/db
or
mysql://user:pass@host/db
.
init
Convenience: connect and register as the global adminx storage backend.
seed
Connect and run a batch of
SQL
statements (seeding / migrations), in order, returning the total rows affected. Self-contained — no
set_storage
needed. Used by
adminx seed
and by app startup code.