github.com/oskarth/go-ethereum@v1.6.8-0.20191013093314-dac24a9d3494/swarm/storage/schema.go (about)

     1  package storage
     2  
     3  // "purity" is the first formal schema of LevelDB we release together with Swarm 0.3.5
     4  const DbSchemaPurity = "purity"
     5  
     6  const CurrentDbSchema = DbSchemaPurity