UNPKG

mysql-all-in-one

Version:

A package that allows you to have a complete interaction with a MYSQL database, allowing to connect to the database, retrieve data and create queries.

3 lines (2 loc) 133 B
import { SelectGroup } from './type'; export declare const group: (value: SelectGroup, defaultAlias?: string | undefined) => string;