UNPKG

@voicenter-team/mysql-dynamic-cluster

Version:

Galera cluster with implementation of dynamic choose mysql server for queries, caching, hashing it and metrics

12 lines (11 loc) 308 B
/** * Created by Bohdan on Sep, 2021 */ import { IUserSettings } from "../types/SettingsInterfaces"; export declare class Settings { /** * Mix user and pool settings with global * @param userSettings user settings */ static mixSettings(userSettings: IUserSettings): IUserSettings; }