DB.open

Opens a new connection to a levelDB database

class DB
void
open
()

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