SqlEventJournal 2 exports Added in v1.0.0 Source Constructors make Added in v1.0.0 Source Signature declare function make(options?: { readonly entryTable?: string; readonly remotesTable?: string; }): Effect<any, SqlError, SqlClient>; Layers layer Added in v1.0.0 Source Signature declare function layer(options?: { readonly eventLogTable?: string; readonly remotesTable?: string; }): Layer<EventJournal, SqlError, SqlClient>;