tasksSELECT
01Reply to emails
02Ship deploy
03Morning run
tasks.dartdart
// Four operations cover almost everything.
//
// .select() , read rows
// .insert() , add rows
// .update() , change rows
// .delete() , remove rows
//
// Filters chain on after any of them.
// rpc() runs a Postgres function for
// the cases where one statement isn't
// enough.