Skip to main content
Deno 2 is finally here 🎉️
Learn more
Latest
variable sampleColumns
import { sampleColumns } from "https://deno.land/x/denogres@v4.0.1/denogres-gui/api/connections/sampleDatabase.ts";

type

{ command: string; rowCount: number; warnings; query: { args: string[]; result_type: number; text: string; }; rows: string[][]; }