Registry / database / jmhodges-levigo

jmhodges-levigo

JSON →
library1.0.0gogounverified

Provides the ability to create and access LevelDB databases from Go.

go get github.com/jmhodges/levigo
INSTALL
IMPORT
SIG · JMHODGES-LEVIGO
J
jmhodges-levigo
databasegov1.0.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

levigo
github.com/jmhodges/levigo

Opens a LevelDB database and prints a confirmation.

package main import ( "fmt" "github.com/jmhodges/levigo" ) func main() { opts := levigo.NewOptions() db, err := levigo.Open("/tmp/testdb", opts) if err != nil { panic(err) } defer db.Close() fmt.Println("Database opened") }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.0.0latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
9 hits · last 30 days
node
8
Resources
jmhodges-levigo — go get jmhodges-levigo · libregistry