Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 473 Bytes

what-datatype-casting-do-you-support.md

File metadata and controls

17 lines (12 loc) · 473 Bytes

What datatype casting do you support?

Supported Data Types

Currently, supported data types are:

int: integer
numeric: decimals and other kinds of non-whole number (precision 38,18)
varchar: for strings
date: for dates
boolean: for True False
timestamp: for a datetime object

If this isn't working for you feel free to create an issue or to reach out on Discord.