sqlite-es 0.4.13

An SQLite implementation of an event repository for cqrs-es.
Documentation
1
2
3
4
5
// generated by `sqlx migrate build-script`
fn main() {
    // trigger recompilation when a new migration is added
    println!("cargo:rerun-if-changed=migrations");
}