json object relation null problem
I am trying to make https://kysely.dev/docs/recipes/relations this helper work, but get error
I wrote code following docs example:
usage:
and helper expression?:
adding union with
fixes problem, but it looks like it should work without
I wrote code following docs example:
usage:
and helper expression?:
adding union with
null here:fixes problem, but it looks like it should work without
null after adding .$notNull() as above and later after select any clue?Kysely IS NOT an ORM. Kysely DOES NOT have the concept of relations.