Get all relations.
@override Iterable<Relation> allRelations() { return _mapRelations(_db.select('SELECT * FROM relations')); }