postgres-es 0.1.0

A Postgres implementation of an event store for cqrs-es.
Documentation
FROM rust:1.40 as builder

WORKDIR /home/build
RUN git clone https://github.com/serverlesstechnology/postgres-es.git
WORKDIR /home/build/postgres-es