UNPKG

@eventstore.net/event.store

Version:

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

7 lines (6 loc) 177 B
import { MySQLConfig } from './config'; export declare class MySQL { private pool; constructor(config: MySQLConfig); query(sql: string, args?: any): Promise<any>; }