Page MenuHomePhabricator

[services][blob] Introduce database client
ClosedPublic

Authored by bartek on Nov 18 2022, 10:19 AM.
Tags
None
Referenced Files
F1737190: D5681.diff
Fri, May 10, 11:02 PM
Unknown Object (File)
Fri, Apr 19, 1:33 AM
Unknown Object (File)
Apr 8 2024, 5:13 PM
Unknown Object (File)
Apr 3 2024, 4:27 AM
Unknown Object (File)
Apr 3 2024, 4:27 AM
Unknown Object (File)
Apr 3 2024, 4:27 AM
Unknown Object (File)
Apr 3 2024, 4:27 AM
Unknown Object (File)
Apr 3 2024, 4:18 AM
Subscribers

Details

Summary

Introduced DynamoDB database client - the same way as it is implemented in Identity Service.

The interface of the C++ implementation is here.

Depends on D5680

Test Plan

Only ensured that build does not fail.

Diff Detail

Repository
rCOMM Comm
Branch
barthap/blob-rust
Lint
Lint Skipped
Unit
Tests Skipped

Event Timeline

bartek held this revision as a draft.
bartek published this revision for review.Nov 18 2022, 10:44 AM
bartek edited the summary of this revision. (Show Details)
This revision is now accepted and ready to land.Nov 22 2022, 9:53 AM
services/blob/src/database.rs
33

Shouldn't we use anyhow Result?

Rebase, use short form of Result

This revision was automatically updated to reflect the committed changes.