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