You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for the great work so far: loving the clean and clear API!
I'm trying to find out the bouds of this library: to know, if I choose this as basis, what I'll have to implement myself outside of this lib.
Right now, there is only a InMemoryStore implementation for events; which is great for a PoC and maybe some use-cases, but I need persistent storage. Anything would do for now: from JsonFilesStorage to PostgresStorage to GetEventSourcedStorage.
Is this planned? Or is this deliberately left out of the library and left for the implementer?
The text was updated successfully, but these errors were encountered:
Thanks for the great work so far: loving the clean and clear API!
I'm trying to find out the bouds of this library: to know, if I choose this as basis, what I'll have to implement myself outside of this lib.
Right now, there is only a
InMemoryStore
implementation for events; which is great for a PoC and maybe some use-cases, but I need persistent storage. Anything would do for now: from JsonFilesStorage to PostgresStorage to GetEventSourcedStorage.Is this planned? Or is this deliberately left out of the library and left for the implementer?
The text was updated successfully, but these errors were encountered: