Skip to main content
Module

x/cotton/deps.ts

SQL Database Toolkit for Deno
Go to Latest
import * as cotton from "https://deno.land/x/cotton@v0.6.3/deps.ts";

Classes

MySQL client

Clients allow you to communicate with your PostgreSQL database and execute SQL statements asynchronously

Functions

Set background color using 24bit rgb. color can be a number in range 0x000000 to 0xffffff or an Rgb.

Set background color using paletted 8bit colors. https://en.wikipedia.org/wiki/ANSI_escape_code#8-bit

Set text color using 24bit rgb. color can be a number in range 0x000000 to 0xffffff or an Rgb.

Set text color using paletted 8bit colors. https://en.wikipedia.org/wiki/ANSI_escape_code#8-bit

Take a set of command line arguments, with an optional set of options, and return an object representation of those argument.