UNPKG

@eventstore.net/event.store

Version:

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

7 lines (6 loc) 221 B
import * as MySQL from 'mysql'; import { MySQLConfig } from './config'; export declare class MySQLFactory { static createPool(config: MySQLConfig): MySQL.PoolCluster | MySQL.Pool; private static validateParams; }