dbschema 0.1.2

Define database schema's as HCL files, and generate idempotent SQL migrations
Documentation
1
2
3
4
5
output "value" { value = 42 }

test "output" {
  assert = "SELECT 1"
}