Remove the parts of URLs that humans don't really need to see
A MikroORM-backed persistence adapter for [`@schemeless/event-store`](https://github.com/schemeless/event-store). It implements the shared `IEventStoreRepo` contract so you can store and replay events using any SQL database supported by MikroORM (PostgreS
Official Prisma adapter for the Schemeless Event Store. This package lets you use a Prisma Client instance as the persistence layer behind `@schemeless/event-store`, embracing Prisma's schema-first workflow while reusing the existing event sourcing APIs.
WatermelonDB-powered persistence layer for `@schemeless/event-store`. It stores every emitted event inside a high-performance SQLite database so that React Native applications can replay and synchronise their domain history offline.
Shared TypeScript contracts for the V6 architecture.
The runtime core that orchestrates event flow execution, persistence, observer notification, and side-effect retries. It glues your `EventFlow` definitions together with an `IEventStoreRepo` implementation and emits every lifecycle outcome through an obse
Pure event-log infrastructure for appending, scanning, streaming, exporting, importing, and rebuilding read models from persisted events.
Aggregate command runtime for the redesign v6 architecture.
Expo SQLite adapter for the V6 event-store contracts.
A SQL persistence adapter built on top of TypeORM. It stores events in a simple table, keeps JSON payloads/meta serialised as text, and exposes the `IEventStoreRepo` contract so you can plug it straight into the core runtime.
A no-op `IEventStoreRepo` implementation. Use it when you want to exercise event flows without touching a database—for example in unit tests or command handlers that you are validating in isolation.
Utility helpers for building DynamoDB repositories with the AWS Data Mapper. The package keeps table metadata on your entity classes, exposes a cached manager that bootstraps tables on first use, and ships a reusable `DateType` marshaller for ISO string p
A production-ready DynamoDB-backed implementation of the `IEventStoreRepo` contract. It pairs AWS SDK v3 with optional S3 offloading and an efficient time-bucketed iteration strategy.
A SQL persistence adapter built on top of TypeORM. It stores events in a simple table, keeps JSON payloads/meta serialised as text, and exposes the `IEventStoreRepo` contract so you can plug it straight into the core runtime.
PostgreSQL adapter for the V6 event-store contracts.
No description provided.
Reference aggregate for the v6 redesign.
An assemblage of delightfully tiny and/or absurd npm packages
HTTP-alike fetch for FILE protocol, e.g. fetch('file:///usr/bin/node')