Skip to content

fjavierv/semigrate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

1 Commit
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

semigrate

semigrate is a tool to run semantically versioned migration scripts on a PostgreSQL database.

Usage

semigrate [options] [version]

Migration scripts

migrations/
β”œβ”€β”€ 0.0.1-initial-schema/
β”‚   β”œβ”€β”€ 0001-tables.sql
β”‚   β”œβ”€β”€ 0002-views.sql
β”‚   └── 0003-functions.sql
β”œβ”€β”€ 0.0.2-add-views.sql
└── 1.0.0-production.sql

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors