argentum_db_infrastructure 0.3.0-dev

The infrastructure layer of database component
1
2
3
use std::collections::BTreeMap;

pub type MigrationCollection<'a> = BTreeMap<&'a str, Vec<String>>;