adminx-seaorm 3.1.0

SeaORM (PostgreSQL / MySQL) storage backend for the adminx admin-panel framework.
Documentation

adminx-seaorm

crates.io docs.rs license: MIT

SeaORM storage backend (PostgreSQL / MySQL / SQLite) for the adminx admin-panel framework.

You probably want adminx

Don't depend on this crate directly — depend on the single adminx facade and enable it via features:

adminx = { version = "3", features = ["seaorm", "axum"] }

Full documentation and usage: docs.rs/adminx. MIT licensed.