Skip to main content
Module

x/mysql/src/constant/packet.ts

MySQL driver for Deno
Extremely Popular
Latest
File
export enum PacketType { OK_Packet = 0x00, EOF_Packet = 0xfe, ERR_Packet = 0xff, Result,}