UNPKG

@grandlinex/bundle-postgresql

Version:
3 lines (2 loc) 183 B
import { DataType } from '@grandlinex/core'; export default function resolveDBType(dType: DataType): "INT" | "decimal" | "REAL" | "BYTEA" | "TEXT" | "BOOLEAN" | "TIMESTAMP" | "JSON";