Releases: jamil7/SQLStreamStore.FSharp
Releases · jamil7/SQLStreamStore.FSharp
Add `GetAll` module
- Add
GetAll
module to get some data from aReadAllStreamPage
- Fix a minor bug when using
StreamMessage.GetMessageAs<'a>
extension - Add
nextStreamPage
function to theGet
module
API V3
Various improvements
- Streamlined Postgres api
- Return exceptions instead of exception messages
- Added docs
- Cleaned up internal api
New Read Api
- Breaking changes to the Read api
v0.0.1-alpha.18
- Add capability to choose schema in postgres settings.
Special Thank Rasmus Larsson & Till Schröder!
v0.0.1-alpha.17
Improvements to async operations and better exceptions.
Special Thanks to Simon Herteby!
v0.0.1-alpha.16
Old createSchema is now createSchemaRaw.
Wrapped createSchema in a Result typ to handle Async exceptions.
v0.0.1-alpha.15
Added extra config options to connect to postgres
v0.0.1-alpha.14
Add read and prefetch functions
v0.0.1-alpha.13
Add Nuget tags