defineTable<Row,Input = Row,>(config: { name: string; primaryKey: keyof Row & string; schema: TableSchema<Row>; }): Table<Row, Input>
Usage
import { defineTable } from "docs/database.ts";
defineTable<Row,Input = Row,>(config: { name: string; primaryKey: keyof Row & string; schema: TableSchema<Row>; }): Table<Row, Input>
import { defineTable } from "docs/database.ts";