diff options
| author | Fuwn <[email protected]> | 2021-05-03 16:20:45 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2021-05-03 16:20:45 -0700 |
| commit | 0b4299ac3b897c11877d1936641248747742413c (patch) | |
| tree | 1a22a2388562ff38bf2dd9eac55842a530def760 /diesel.toml | |
| parent | docs(readme): add development prerequisites (diff) | |
| download | whirl-0b4299ac3b897c11877d1936641248747742413c.tar.xz whirl-0b4299ac3b897c11877d1936641248747742413c.zip | |
feat(db): use diesel instead of sqlx, implement database tests
Diffstat (limited to 'diesel.toml')
| -rw-r--r-- | diesel.toml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/diesel.toml b/diesel.toml new file mode 100644 index 0000000..71215db --- /dev/null +++ b/diesel.toml @@ -0,0 +1,5 @@ +# For documentation on how to configure this file, +# see diesel.rs/guides/configuring-diesel-cli + +[print_schema] +file = "src/db/schema.rs" |