Magic SQL type parse into zod schema
wondering if it's possible to parse a value from the select using magic sql into a zod schema
to parse into validated object you need to call the
schema.parse()
function, however the magic sql only give typehints
it's not a big problem for a single query selector, but the thing is that actually i'm using it to aggregate an array0 Replies