SqlEventLogServer
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>;layerStorageSubtle
Added in v1.0.0
Source
Signature
declare function layerStorageSubtle(options?: {
readonly entryTablePrefix?: string;
readonly insertBatchSize?: number;
readonly remoteIdTable?: string;
}): Layer<Storage, SqlError, SqlClient>;