Get all nodes.
@override Iterable<Node> allNodes() { return _mapNodes(_db.select('SELECT * FROM nodes')); }