Column with custom transforms
<T>(write: (v: T) => Promise<T> | T,read: (v: T) => Promise<T> | T) => ColumnDef<T>
Column with custom transforms
<T>(write: (v: T) => Promise<T> | T,read: (v: T) => Promise<T> | T) => ColumnDef<T>
import { col } from "doc.ts";