UNPKG

mysql2

Version:

fast mysql driver. Implements core protocol, prepared statements, ssl and compression in native JS

9 lines (7 loc) 230 B
/** * Constant `CharsetToEncoding`. * * Please note that `CharsetToEncoding` can only be accessed from the `mysql` object and not imported directly. */ declare const CharsetToEncoding: string[]; export { CharsetToEncoding };