DB.open

Opens a new connection to a levelDB database

class DB
void
open
(,
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