DB.this

Opens a new connection to a levelDB database on creation

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

Parameters

opt Options

LevelDB Options, sets the db options

path string

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

Throws

LeveldbException

Meta