microsandbox-db 0.3.10

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

pub mod config;
pub mod image;
pub mod index;
pub mod layer;
pub mod manifest;
pub mod manifest_layer;
pub mod run;
pub mod sandbox;
pub mod sandbox_image;
pub mod sandbox_metric;
pub mod snapshot;
pub mod volume;