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.

6 lines (5 loc) 146 B
import mysql from 'mysql2'; /** * Escapes a value into a valid mysql String representation */ export declare const escVal: typeof mysql.escape;