quitch
v0.0.4
Published
An attempt to reimplement parts of sqitch
Downloads
4
Readme
quitch
An attempt to reimplement parts of sqitch
Elymus repens, also known as couch grass or quitch, is a very common species of grass native to most of Europe, Asia, the Arctic biome, and northwest Africa. It has been brought into other mild northern climates for forage or erosion control, but is often considered a weed.
Install
Deno
- Install Deno
deno install --allow-read --allow-net https://deno.land/x/[email protected]/main.ts
- Run
export PATH="$HOME/.deno/bin:$PATH"
to make available in the current shell - Add
export PATH="$HOME/.deno/bin:$PATH"
to your~/.bashrc
or~/.zshrc
Rust
- Install Rust
cargo install quitch
Use
# Revert the last change
quitch revert --target mysql://user:pass@localhost:3306/db --plan-file ../some-db/sqitch.plan