convertToPostgresValue
age-schema-client / convertToPostgresValue
Function: convertToPostgresValue()
function convertToPostgresValue(value, type): SQLParameter;
Defined in: src/sql/utils.ts:65
Convert a JavaScript value to a PostgreSQL value based on property type
Parameters
| Parameter | Type | Description |
|---|---|---|
value | any | Value to convert |
type | PropertyType | Property type |
Returns
Converted value