d1-orm-migration 0.1.1

Rich embedded migration runner for rust-d1-orm
Documentation
1
2
3
4
5
6
pub struct Migration {
    pub id: &'static str,
    pub name: &'static str,
    pub up: &'static str,
    pub down: Option<&'static str>,
}