Skip to main content
Module

x/ponder/dataModels.ts>pilots

Simple ORM for PostGRES
Go to Latest
class pilots
extends Model
import { pilots } from "https://deno.land/x/ponder@v0.0.4.0/dataModels.ts";

Properties

tableName: string

Static Properties

_id: { data_type: string; is_nullable: string; }
person_id: { data_type: string; is_nullable: string; }
vessel_id: { data_type: string; is_nullable: string; }
interface pilots
import { type pilots } from "https://deno.land/x/ponder@v0.0.4.0/dataModels.ts";

Properties

person_id: number
_id: number
vessel_id: number