UNPKG

@eventstore.net/event.store

Version:

A simple and fast EventStore that support multiple persistence and notification providers

13 lines (11 loc) 257 B
import { PoolConfig } from 'mysql'; export interface MySQLConfig { /** * Configure the connection to a MySQL database. */ config?: PoolConfig; /** * List of cluster nodes. */ cluster?: { [index: string]: PoolConfig }; }