UNPKG

mysql2

Version:

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

11 lines (8 loc) 341 B
// TODO (major version): remove workaround for `Field` compatibility. import { TypeCastField } from '../../../lib/parsers/index.js'; /** * @deprecated * `Field` is deprecated and might be removed in the future major release. Please use `TypeCastField` type instead. */ declare interface Field extends TypeCastField {} export { Field };