elph-agent 0.0.15

Agent runtime for Elph coding assistant
Documentation
1
2
3
4
5
6
/// One versioned SQL migration applied to a local database.
pub struct Migration {
    pub version: i64,
    pub name: &'static str,
    pub up: &'static str,
}