import * as mysql from "https://deno.land/x/mysql@v2.11.0/deps.ts";
Enums
Get log level numeric values through enum constants |
Functions
Decodes a given RFC4648 base64 encoded string | |
Creates a new | |
Creates a Promise with the | |
Log with critical level, using default logger. | |
Log with debug level, using default logger. | |
Log with error level, using default logger. | |
Get a logger instance. If not specified | |
Log with info level, using default logger. | |
Setup logger config. | |
Log with warning level, using default logger. | |
Type Aliases
Union of valid log level strings | |