Crates.io | quitch |
lib.rs | quitch |
version | 0.0.4 |
source | src |
created_at | 2024-03-13 22:33:25.277022 |
updated_at | 2024-03-13 22:44:22.668655 |
description | An attempt to reimplement parts of sqitch |
homepage | |
repository | |
max_upload_size | |
id | 1172604 |
size | 105,894 |
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.
deno install --allow-read --allow-net https://deno.land/x/quitch@v0.0.4/main.ts
export PATH="$HOME/.deno/bin:$PATH"
to make available in the current
shellexport PATH="$HOME/.deno/bin:$PATH"
to your ~/.bashrc
or ~/.zshrc
cargo install quitch
# Revert the last change
quitch revert --target mysql://user:pass@localhost:3306/db --plan-file ../some-db/sqitch.plan