Skip to content

hmac/sddl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

sddl

A DSL for safe database migrations.

Try it out

Head to the Releases page on GitHub and download the current version.

Examples

echo "[{tag: add_column, table: foo, column: bar, type: timestamp}]" | sddl --format yaml
echo "[{tag: add_column, table: foo, column: bar, type: timestamp}]" | sddl -r --format sql