# leveldb-repair **Repository Path**: bug2019bug/leveldb-repair ## Basic Information - **Project Name**: leveldb-repair - **Description**: No description available - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-04-09 - **Last Updated**: 2021-04-09 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # leveldb-repair Repairs a corrupted leveldb instance. ## Purpose Sometimes levelDB gets corrupted. This repo builds into a binary that fixes it without any external depedencies. ## Build ``` > dep ensure > go build ./ldb-repair.go ``` ## Usage Help `./ldb-repair -h # shows help and options` Repair `./ldb-repair -d ./path/to/datastore/root`