Skip to content

Commit 44c065b

Browse files
authored
Add database (#8)
* Add migrations directory and transaction migration * Add more base migrations * Add db instructions to README.md
1 parent c3e07f9 commit 44c065b

23 files changed

+4085
-40
lines changed

.cargo/config.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
[alias]
2+
migrate = "run --manifest-path ./migration/Cargo.toml --"

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,4 @@
11
/target
2+
/migration/target
3+
4+
/.vscode

0 commit comments

Comments
 (0)