microsandbox-db 0.4.0

Shared database entity definitions for the microsandbox project.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
//! SeaORM entity definitions for all microsandbox database tables.

pub mod config;
pub mod image_ref;
pub mod layer;
pub mod manifest;
pub mod manifest_layer;
pub mod run;
pub mod sandbox;
pub mod sandbox_metric;
pub mod sandbox_rootfs;
pub mod snapshot;
pub mod volume;