DB.open

Opens a new connection to a levelDB database

struct DB(alias pack, alias unpack)
@property final
void
open
(
string path
,)

Parameters

path string

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

opt Options

LevelDB Options, sets the db options

Throws

LeveldbException

Meta