Skip to content

Commit f82af8d

Browse files
author
Jamil Maqdis Anton
committed
Merge remote-tracking branch 'origin/main' into main
2 parents 6ca58db + c05c972 commit f82af8d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ A thin F# wrapper around [SQLStreamStore](https://www.nuget.org/packages/SqlStre
44

55
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.
66

7-
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.
7+
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.
88

99
For more complete implementations check out other libraries such as [Equinox](https://github.com/jet/equinox).
1010

0 commit comments

Comments
 (0)