eventastic_postgres 0.5.0

A postgres event store for eventastic
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");
}