Future deleteById({required String table, required int rawId}) async { return rawDelete('delete $table where rawid=$rawId'); }