Column with type conversion between app and DB representations
<App>(config: { default?: () => App; write: (v: App) => InValue; read: (raw: InValue) => App; }) => ColumnDef<App>
Column with type conversion between app and DB representations
<App>(config: { default?: () => App; write: (v: App) => InValue; read: (raw: InValue) => App; }) => ColumnDef<App>
import { col } from "docs/database.ts";