goleveldb
LevelDB key/value database in Go.
File Explorer
Download Latest Version (.zip)- bench_test.go
- cache.go
- cache_test.go
- lru.go
- bytes_comparer.go
- comparer.go
- errors.go
- bloom.go
- bloom_test.go
- filter.go
- array_iter.go
- array_iter_test.go
- indexed_iter.go
- indexed_iter_test.go
- iter.go
- iter_suite_test.go
- merged_iter.go
- merged_iter_test.go
- journal.go
- journal_test.go
- bench_test.go
- memdb.go
- memdb_suite_test.go
- memdb_test.go
- options.go
- options_darwin.go
- options_default.go
- file_storage.go
- file_storage_nacl.go
- file_storage_plan9.go
- file_storage_solaris.go
- file_storage_test.go
- file_storage_unix.go
- file_storage_windows.go
- mem_storage.go
- mem_storage_test.go
- storage.go
- block_test.go
- reader.go
- table.go
- table_suite_test.go
- table_test.go
- writer.go
- db.go
- ginkgo.go
- iter.go
- kv.go
- kvtest.go
- storage.go
- util.go
- buffer.go
- buffer_pool.go
- buffer_test.go
- crc32.go
- hash.go
- hash_test.go
- range.go
- util.go
- batch.go
- batch_test.go
- bench_test.go
- comparer.go
- corrupt_test.go
- db.go
- db_compaction.go
- db_iter.go
- db_snapshot.go
- db_state.go
- db_test.go
- db_transaction.go
- db_util.go
- db_write.go
- doc.go
- errors.go
- external_test.go
- filter.go
- key.go
- key_test.go
- leveldb_suite_test.go
- options.go
- session.go
- session_compaction.go
- session_record.go
- session_record_test.go
- session_util.go
- storage.go
- table.go
- table_test.go
- testutil_test.go
- util.go
- version.go
- version_test.go
- key.go
- main.go
- main.go
- .golangci.yml
- .travis.yml
- go.mod
- go.sum
- LICENSE
- README.md
# Installation Guide
1. Get the code
git clone https://github.com/syndtr/goleveldb
Downloads the entire project code from GitHub to your computer.
cd goleveldb
Moves into the project folder you just downloaded.
2. Go
Medium RecommendedPrerequisites
go build ./...
Compiles the Go program into an executable.
go run .
Runs the Go program directly without a separate build step.
If the build finishes without errors, it worked. If you used go run ., check the terminal output.
// repository documentation
Was this content helpful?
(0 ratings)
