Skip to content
Effect Days 2026 Get your ticket

SqlEventLogServer

3 exports Added in v1.0.0 Source

Constructors

makeStorage

Added in v1.0.0 Source

Signature

declare function makeStorage(options?: {
readonly entryTablePrefix?: string;
readonly insertBatchSize?: number;
readonly remoteIdTable?: string;
}): Effect<any, SqlError, any>

Layers

layerStorage

Added in v1.0.0 Source

Signature

declare function layerStorage(options?: {
readonly entryTablePrefix?: string;
readonly insertBatchSize?: number;
readonly remoteIdTable?: string;
}): Layer<Storage, SqlError, any>

Signature

declare function layerStorageSubtle(options?: {
readonly entryTablePrefix?: string;
readonly insertBatchSize?: number;
readonly remoteIdTable?: string;
}): Layer<Storage, SqlError, SqlClient>