Skip to content

ExplodingLabs/Iko

Repository files navigation

Iko logo Iko logo

ikō

Iko (ee-koh) is a lightweight command-line tool for managing Postgres database migrations.

It wraps Sqitch with a developer-friendly DSL and scripting.

❤️ Why Iko?

  • Reliable, clean migrations
  • Batteries-included: deploy, verify, revert
  • Works inside a container — zero local deps
  • Powerful scripting model with Bash

🚀 Quick Start

curl -fsSL https://explodinglabs.com/iko/install.sh | sh
echo 'SQITCH_TARGET=db:pg://postgres:postgres@localhost/app' > .env
iko init myapp
iko create_schema api
iko deploy

📚 Full Documentation

👉 explodinglabs.com/iko/

About

Iko is a command-line tool for reliable generation and management of database schema migrations.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published