Skip to main content
Module

x/ponder/dataModels.ts>films

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

Properties

tableName: string

Static Properties

_id: { data_type: string; is_nullable: string; }
director: { data_type: string; is_nullable: string; }
episode_id: { data_type: string; is_nullable: string; }
opening_crawl: { data_type: string; is_nullable: string; }
producer: { data_type: string; is_nullable: string; }
release_date: { data_type: string; is_nullable: string; }
title: { data_type: string; is_nullable: string; }
interface films
import { type films } from "https://deno.land/x/ponder@v0.0.4.0/dataModels.ts";

Properties

opening_crawl: string
release_date: string
producer: string
title: string
episode_id: number
director: string
_id: number