use ;
use Connection;
use cratePostgresStore;
/// A convenience type for creating a CqrsFramework backed by PostgresStore and using a simple
/// metadata supplier with time of commit.
pub type PostgresCqrs<A, E> = ;
/// A convenience function for creating a CqrsFramework