CS
CS
Explore posts from servers
DTDrizzle Team
Created by CS on 4/12/2024 in #help
Is there a way to define "nullable" types for magic SQL?
For example sql<number | null>...? It seems that you can't pass a union like that, but you can pass a type that you define as type NumOrNull = number | null, but when looking at the type hints of my return value it still shows just number. Not a really important question at this point - just thought I'd ask! :)
1 replies
DTDrizzle Team
Created by CS on 3/24/2024 in #help
What am I doing wrong with migrations?
No description
19 replies