DB.this

Opens a new connection to a levelDB database on creation

  1. this()
  2. this(string path, Options opt)
    struct DB(alias pack, alias unpack)
    this
    (
    string path
    ,)

Parameters

path string

path to the leveldb files, DBs are folders that contain db files

opt Options

LevelDB Options, sets the db options

Throws

LeveldbException

Meta