Module

x/nessie/deps.ts>CliffyCommand#getType

A modular Deno library for PostgreSQL, MySQL, MariaDB and SQLite migrations
Go to Latest
method CliffyCommand.prototype.getType
import { CliffyCommand } from "https://dotland.deno.dev/x/nessie@2.0.9/deps.ts";

Get type by name.

Parameters

name: string

Name of the type.

Returns

IType | undefined