Comment by winrid
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
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
> 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?