# File lib/neo4jr/db.rb, line 42
      def stats
        {
          :path => Configuration.database_path,
          :nodes => node_count
        }
      end