formatSQLValue
age-schema-client / formatSQLValue
Function: formatSQLValue()
function formatSQLValue(value): string;
Defined in: src/sql/utils.ts:38
Format a SQL value based on its type
Parameters
| Parameter | Type | Description |
|---|---|---|
value | SQLParameter | Value to format |
Returns
string
Formatted value