static Future<double?> getDouble(String name) async { return await table.oneValue(column: Configs.fValue, where: Configs.name.EQ(name)); }