syndtr/goleveldb

LevelDB key/value database in Go.

Gogodatabaseleveldb
This is stars and forks stats for /syndtr/goleveldb repository. As of 04 May, 2024 this repository has 5852 stars and 930 forks.

This is an implementation of the LevelDB key/value database in the Go programming language. Installation go get github.com/syndtr/goleveldb/leveldb Requirements Need at least go1.14 or newer. Usage Create or open a database: // The returned DB instance is safe for concurrent use. Which mean that all // DB's methods may be called concurrently from multiple goroutine. db, err := leveldb.OpenFile("path/to/db", nil) ... defer db.Close() ... Read or modify the database content: // Remember that the contents...
Read on GithubGithub Stats Page
repotechsstarsweeklyforksweekly
pressly/gooseGoOther4.5k+53474+7
grpc-ecosystem/grpc-gatewayGoStarlarkMakefile16.1k02.1k0
owncast/owncastTypeScriptGoJavaScript8.3k07110
cloudposse/terraform-aws-security-groupHCLGoMakefile270300
cloudposse/terraform-aws-dynamodb-autoscalerHCLMakefileGo210330
cloudposse/terraform-aws-ssm-parameter-storeHCLGoMakefile950580
cloudposse/terraform-aws-route53-cluster-hostnameHCLMakefileGo460570
lightstep/lightstep-tracer-commonMakefileGo2060
in-toto/attestationPythonGoMakefile153+4380
valeriansaliou/sonicRustOther18.6k05420