microsandbox_db/entity/mod.rs
1//! SeaORM entity definitions for all microsandbox database tables.
2
3pub mod config;
4pub mod image_ref;
5pub mod layer;
6pub mod maintenance_lease;
7pub mod manifest;
8pub mod manifest_layer;
9pub mod run;
10pub mod sandbox;
11pub mod sandbox_label;
12pub mod sandbox_rootfs;
13pub mod snapshot;
14pub mod volume;