so6 0.2.0

Framework for manage background data migration with PostgreSQL
Documentation
1
2
3
4
5
6
7
FROM docker.io/library/rust:latest AS build
RUN apt-get -qqy update \
 && apt-get install -y --no-install-recommends \
   musl-tools \
 && rm -rf /var/lib/apt/lists/*
RUN rustup target add x86_64-unknown-linux-musl