Comment by lelanthran
Comment by lelanthran 4 days ago
> Also, people like ORMs. Type safety is nice too without having to map manually. Sqlx is also great
Don't you get type safety anyway with parameterised parameters?
Comment by lelanthran 4 days ago
> Also, people like ORMs. Type safety is nice too without having to map manually. Sqlx is also great
Don't you get type safety anyway with parameterised parameters?
Good point. I suppose doing a runtime type-check is possible if using the ORM, too.
on return values?