Skip to content

Commit 690173f

Browse files
author
Jamil Maqdis Anton
committed
Merge remote-tracking branch 'origin/main' into main
2 parents 04197ca + 1c9c56b commit 690173f

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,6 @@ A thin F# wrapper around [SQLStreamStore](https://www.nuget.org/packages/SqlStre
66
This library isn't intended to be an implementation of an event store on top of SqlStreamStore. It only wraps some simple functions in SqlStreamStore in F#, mostly to turn `Tasks` to `Asyncs` and offers some nice-to-haves eg. a Postgres config record type instead of a string.
77

88
Wrapping only the basic functionality, and sticking to the naming conventions in the original library gives the flexibility to model events, aggregates, error types, etc.. however the user sees fit.
9-
10-
For more complete implementations check out other libraries such as [Equinox](https://github.com/jet/equinox).
119

1210

1311
## Supported functionality
@@ -26,4 +24,4 @@ For more complete implementations check out other libraries such as [Equinox](ht
2624
- ~~Subscribe to a stream~~
2725
- ~~Work on Read, and Append modules that wrap read and appends in AsyncResult type for error handeling~~
2826
- Add additional tests when Append and Read fail, and throw exceptions.
29-
- Add functionality to Read to be able to get messages directly.
27+
- Add functionality to Read to be able to get messages directly.

0 commit comments

Comments
 (0)