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) 152 B
import { PreparedStatement } from "./types"; export declare const generateQueryFromPreparedStatement: (preparedStatement: PreparedStatement) => string;