K
Join ServerKysely
help
.where('x', 'is not', null) and correspond type's nullability
Solution
Message Not Public
Sign In & Join Server To View
Message Not Public
Sign In & Join Server To View
string | null
. Is it possible to write a query that ends up resulting in a final type of string
after using .where('x', 'is not', null)
or any similar method?