Hey! SQLDelight question. I have an existing SQLi...
# squarelibraries
g
Hey! SQLDelight question. I have an existing SQLite database that uses
VARCHAR
and
NUMERIC
types. I dumped the schema into a
.sq
file and it seems SQLDelight doesn’t like these types.
Copy code
<type name real> expected, got 'VARCHAR'
How do I get it to accept these? I recall reading about dialects; is that where I should be looking?