Earlier quoted context omitted.
Well, DBD::CSV is just a driver for DBI, not a command that is "unix pipeline friendly"... So there's that.
Perl is pipeline friendly though ...
One could use DBI + DBD::CSV + Perl to build something similar to q, but that's a batteries not included solution.