feat: add transaction support to postgres provider

This commit is contained in:
2025-10-05 21:51:04 +00:00
parent d55573b2db
commit 737d22ecf5
6 changed files with 97 additions and 68 deletions

View File

@@ -559,7 +559,7 @@ type EventStoreConfig<TEventFactory extends EventFactory, TEventStoreAdapter ext
hooks?: EventStoreHooks<TEventFactory>;
};
export type EventsInsertSettings = {
export interface EventsInsertSettings {
/**
* Should the event store emit events after successfull insertion.
* This only takes false as value and by default events are always