Skip to main content
Module

x/ponder/dataModels.ts>species

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

Properties

tableName: string

Static Properties

_id: { data_type: string; is_nullable: string; }
average_height: { data_type: string; is_nullable: string; }
average_lifespan: { data_type: string; is_nullable: string; }
classification: { data_type: string; is_nullable: string; }
eye_colors: { data_type: string; is_nullable: string; }
hair_colors: { data_type: string; is_nullable: string; }
homeworld_id: { data_type: string; is_nullable: string; }
language: { data_type: string; is_nullable: string; }
name: { data_type: string; is_nullable: string; }
skin_colors: { data_type: string; is_nullable: string; }
interface species
import { type species } from "https://deno.land/x/ponder@v0.0.4.0/dataModels.ts";

Properties

homeworld_id: number
eye_colors: string
hair_colors: string
average_lifespan: string
language: string
_id: number
average_height: string
classification: string
name: string
skin_colors: string