Currently the recipe for a convert call looks like this:
sqlite-utils convert my.db articles created_at \
'r.parsedate(value)'
What if the tool was smart enough to notice if the string of code represented a callable reference? Then this could work instead:
sqlite-utils convert my.db articles created_at \
r.parsedate