We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3b6942a + 4de5d08 commit dcde8ddCopy full SHA for dcde8dd
README.md
@@ -11,7 +11,7 @@ and [SqlStreamStore.Postgres](https://www.nuget.org/packages/SqlStreamStore.Post
11
- Has a super slim event sourcing abstraction in the form of `StreamEvent` which is a `StreamMessage` wrapper
12
13
## Usage
14
-This quick usage guide presumes familiarity with SQLStreamStore. A more i
+This quick usage guide presumes familiarity with SQLStreamStore. A more in-depth guide and documentation are coming soon :)
15
16
### Creating a store
17
@@ -108,4 +108,4 @@ builder-pattern.
108
ReadEntireOption.ReadBackwards
109
] // Async<Result<ReadStreamPage,exn>>
110
|> Get.messagesData // Async<Result<string,exn>>
111
-```
+```
0 commit comments