package db_common type QueryWithArgs struct { Query string Args []any }