Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/mysql2/deps.ts

MySQL client for Deno with focus on performance. Supports prepared statements, non-utf8 encodings, binary log protocol, compression much more
Latest
import * as mysql2 from "https://deno.land/x/mysql2@v1.0.6/deps.ts";

Classes

Buffer objects are used to represent a fixed-length sequence of bytes. Many Node.js APIs support Buffers.

The EventEmitter class is defined and exposed by the events module:

Constructs a 64 bit two's-complement integer, given its low and high 32 bit values as signed integers. See the from* functions below for more convenient ways of constructing Longs.

This class is an abstraction of a TCP socket or a streaming IPC endpoint (uses named pipes on Windows, and Unix domain sockets otherwise). It is also an EventEmitter.