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) 126 B
import { SelectOrder } from './type'; export declare const order: (value: SelectOrder, alias?: string | undefined) => string;