Skip to main content
Module

x/mysql2/deps.ts>createHash

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

Creates and returns a Hash object that can be used to generate hash digests using the given algorithm. Optional options argument controls stream behavior.

Parameters

algorithm: string
optional
opts: TransformOptions