You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/services/gameapi/Codebreaker.Data.Cosmos/docs/readme.md
+9Lines changed: 9 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,3 +5,12 @@ This library contains the data backend for Codebreaker for Azure Cosmos DB using
5
5
See https://github.com/codebreakerapp for more information on the complete solution.
6
6
7
7
See [Codebreakerlight](https://github.com/codebreakerapp/codebreakerlight) for a simple version of the Codebreaker solution with a Wiki to create your own Codebreaker service.
8
+
9
+
## Types available in this package
10
+
11
+
12
+
| Type | Description |
13
+
| --- | --- |
14
+
|`GamesCosmosContext`| This class implements `IGamesRepository`|
15
+
16
+
Configure this class to be injected for `IGamesRepository` in your DI container when Codebreaker games data should be stored with Azure Cosmos DB.
0 commit comments