UNPKG

@grandlinex/bundle-sqlight

Version:

> SQLight support GrandlineX using better-sqlite3

3 lines (2 loc) 181 B
import { ColumnProps, CoreEntity } from '@grandlinex/core'; export default function mappingWithDataType<E extends CoreEntity>(meta: ColumnProps, out: string[], key: keyof E): void;