dbschema 0.1.4

Define database schema's as HCL files, and generate idempotent SQL migrations
Documentation
1
2
3
4
5
- Always run `cargo check 2>&1 | cat` after every change

- Delete unused imports, variables and functions afterwards. We want to leave a clean cargo check.

- run `cargo test` in the end to ensure tests still work