Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Go to Latest
interface ColumnName
import { type ColumnName } from "https://deno.land/x/sqlite@v3.4.0/src/query.ts";

Name of a column in a database query.

Properties

name: string
originName: string
tableName: string