Skip to main content Link Search Menu Expand Document (external link)

SqlEventJournal.ts overview

Since v1.0.0


Exports Grouped by Category


constructors

make

Signature

declare const make: (options?: {
  readonly entryTable?: string
  readonly remotesTable?: string
}) => Effect.Effect<typeof EventJournal.EventJournal.Service, SqlError, SqlClient.SqlClient>

Source

Since v1.0.0

layers

layer

Signature

declare const layer: (options?: {
  readonly eventLogTable?: string
  readonly remotesTable?: string
}) => Layer.Layer<EventJournal.EventJournal, SqlError, SqlClient.SqlClient>

Source

Since v1.0.0