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

type

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