Skip to content

Commit 673aeee

Browse files
authored
Update README.md
1 parent ea1ed4e commit 673aeee

File tree

1 file changed

+1
-15
lines changed

1 file changed

+1
-15
lines changed

README.md

Lines changed: 1 addition & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -3,18 +3,4 @@
33

44
A thin F# wrapper around [SQLStreamStore](https://www.nuget.org/packages/SqlStreamStore), and [SqlStreamStore.Postgres](https://www.nuget.org/packages/SqlStreamStore.Postgres).
55

6-
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.
7-
8-
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-
11-
## Supported functionality
12-
- Connecting to Postgres
13-
- Reading a `StreamMessage`
14-
- Appending a `StreamMessage`
15-
16-
## Not Supported functionality
17-
- Subscriptions aren't going to be supported. Wrapping them is more awkward than using C# in F#.
18-
19-
## Disclaimer
20-
The library, while perfectly usable at this stage is still in alpha, which entails rapid breaking changes.
6+
A new stable version with a completly new api is coming soon :D

0 commit comments

Comments
 (0)