so6 0.1.0

Framework for manage background data migration with PostgreSQL
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
# So6

Ease background data migration for Postgreql databases.

## Status
This project is in very early state and currently only plays with indexes

## Testing
```bash
podman kube play pod-so6.yaml
POSTGRES_PORT=5434 cargo test
```