adminx-mongo 3.1.0

MongoDB storage backend for the adminx admin-panel framework.
Documentation

adminx-mongo

crates.io docs.rs license: MIT

MongoDB storage backend 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 = ["mongo", "axum"] }

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