DB.this

Opens a new connection to a levelDB database on creation

  1. this()
  2. this(Options opt, string path)
    class DB
    this
    ()

Parameters

opt
Type: Options

LevelDB Options, sets the db options

path
Type: string

path to the leveldb files, each DB needs its own path

Throws

LeveldbException

Meta