Future<Map<String,bool>> check() async { return {'database' : await server.db.fetchOne('SELECT 1') == 1}; }