github.com/Ethersocial/go-esn@v0.3.7/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