Skip to content

Commit

Permalink
Added information in README about the SQLite storage
Browse files Browse the repository at this point in the history
  • Loading branch information
oskardudycz committed Jan 16, 2025
1 parent 0bc9df5 commit d620c72
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ Essential building blocks for designing and running business and application log

- typings around events, commands, Deciders, Workflows, etc.
- command handling wrappers for application layer,
- implementation of event store using PostgreSQL, EventStoreDB, MongoDB, and basic, in-memory version,
- implementation of event store using PostgreSQL, SQLite, EventStoreDB, MongoDB, and in-memory version,
- abstractions for building read models,
- building blocks for the Web Apis with Event Sourcing and CQRS,
- serverless-friendly runtime model,
Expand All @@ -51,7 +51,7 @@ Essential building blocks for designing and running business and application log

We'll see, but for sure, I'd like to have the following:

- implementation of event store using other storage engines like SQLite, DynamoDB, CosmosDB etc.
- implementation of event store using other storage engines like DynamoDB, CosmosDB etc.
- building blocks for integration and running distributed processes,
- GraphQL API for event stores,
- Full stack development helpers with Next.js or HTMX,
Expand Down

0 comments on commit d620c72

Please sign in to comment.