mysql-es 0.3.2

A MySql implementation of an event repository for cqrs-es.
Documentation
1
2
3
4
5
6
FROM rust:1.60 as builder

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