Skip to main content

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 manifest;
7pub mod manifest_layer;
8pub mod run;
9pub mod sandbox;
10pub mod sandbox_label;
11pub mod sandbox_rootfs;
12pub mod snapshot;
13pub mod volume;