Registry / database / nanobox-io-golang-scribble

nanobox-io-golang-scribble

JSON →
library0.0.0-20190309225732-aa3e7c118975gogounverified

A tiny JSON database for Go applications.

go get github.com/nanobox-io/golang-scribble
INSTALL
IMPORT
SIG · NANOBOX-IO-GOLANG-
N
nanobox-io-golang-scribble
databasegov0.0.0-20190309225732-aa3e7c118975
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.

scribble
github.com/nanobox-io/golang-scribble

Write a JSON record to a Scribble database.

package main import ( "fmt" "github.com/nanobox-io/golang-scribble" ) func main() { db, err := scribble.New("./mydb", nil) if err != nil { panic(err) } type User struct { Name string } err = db.Write("users", "1", User{Name: "Alice"}) if err != nil { panic(err) } fmt.Println("Data written") }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.0.0-20190309225732-aa3e7c118975latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
7 hits · last 30 days
node
6
Amazon
1
Resources
nanobox-io-golang-scribble — go get nanobox-io-golang-scribble · libregistry