pleme-migrations
Database migration library for Pleme platform - safe migrations, zero-downtime
Installation
[]
= "0.1"
Usage
use ;
let runner = new;
runner.run.await?;
Feature Flags
| Feature | Description |
|---|---|
postgres |
PostgreSQL support via SQLx (default) |
integration |
pleme-database + pleme-error integration |
full |
All features enabled |
Enable features in your Cargo.toml:
= { = "0.1", = ["full"] }
Development
This project uses Nix for reproducible builds:
License
MIT - see LICENSE for details.