Skip to content

Commit b0de206

Browse files
authored
Storage refactor (#242)
* Work on refactoring storage an retrieval * Populate meta store * Add meta to mock store * Fix license * More vec filters * Use commit sha type throughout
1 parent 64154b8 commit b0de206

File tree

17 files changed

+1312
-934
lines changed

17 files changed

+1312
-934
lines changed

Cargo.lock

Lines changed: 2 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

rfd-api/Cargo.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,10 @@ local-dev = ["v-api/local-dev"]
99

1010
[dependencies]
1111
anyhow = { workspace = true }
12+
async-bb8-diesel = { workspace = true }
1213
async-trait = { workspace = true }
1314
base64 = { workspace = true }
15+
bb8 = { workspace = true }
1416
chrono = { workspace = true, features = ["serde"] }
1517
config = { workspace = true }
1618
cookie = { workspace = true }

0 commit comments

Comments
 (0)