castore
castore copied to clipboard
Making Event Sourcing easy đ
**Is your feature request related to a problem? Please describe.** A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] **Describe the solution you'd...
**Is your feature request related to a problem? Please describe.** A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] **Describe the solution you'd...
**Is your feature request related to a problem? Please describe.** A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] **Describe the solution you'd...
**Is your feature request related to a problem? Please describe.** A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] **Describe the solution you'd...
# Description đĻĢ Please include a summary of the change and which issue is fixed. Please also include relevant motivation and context. List any dependencies that are required for this...
I've been working on a system that will be using postgres for our event database. However, [the page for how to build your own adapter](https://github.com/castore-dev/castore/blob/02462826b15fbe61f7dc4b196ac8c2c8f7f2f3a5/docs/building-your-own-event-storage-adapter.md) seems to have been deleted....
```tsx export class EventType< TYPE extends string = string, PAYLOAD = string extends TYPE ? unknown : never, METADATA = string extends TYPE ? unknown : never, > { _types?:...