5 Replies
Tried this, but count returns as a string for some reason?
yes same here, i just cast it to number manually when i use it
that's database driver dependent unfortunatelly and types are inferred and not mapped, so yes, example above with
mapWith
is correctI made my "count" helper (Postgres)