UNPKG

mysql2

Version:

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

19 lines (17 loc) 358 B
import { setMaxParserCache, clearParserCache } from './ParserCache.js'; import { TypeCast, Field as TypeCastField, Geometry as TypeCastGeometry, Next as TypeCastNext, Type as TypeCastType, } from './typeCast.js'; export { setMaxParserCache, clearParserCache, TypeCast, TypeCastField, TypeCastGeometry, TypeCastNext, TypeCastType, };