Comment by winrid

Comment by winrid 5 months ago

3 replies

Nah. The query is $slug == LimitedString::new("cot")

Also, people like ORMs. Type safety is nice too without having to map manually. Sqlx is also great

lelanthran 5 months 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?

  • winrid 5 months ago

    on return values?

    • lelanthran 5 months ago

      Good point. I suppose doing a runtime type-check is possible if using the ORM, too.