{"id":69436,"library":"nanobox-io-golang-scribble","title":"Scribble","description":"A tiny JSON database for Go applications.","status":"active","version":"0.0.0-20190309225732-aa3e7c118975","language":"go","source_language":null,"source_url":"https://github.com/nanobox-io/golang-scribble","tags":["json","database","embedded"],"install":[{"cmd":"go get github.com/nanobox-io/golang-scribble","lang":"bash","label":"Install github.com/nanobox-io/golang-scribble"}],"dependencies":[],"imports":[{"symbol":"scribble","correct":"github.com/nanobox-io/golang-scribble"}],"quickstart":{"code":"package main\n\nimport (\n\t\"fmt\"\n\t\"github.com/nanobox-io/golang-scribble\"\n)\n\nfunc main() {\n\tdb, err := scribble.New(\"./mydb\", nil)\n\tif err != nil {\n\t\tpanic(err)\n\t}\n\ttype User struct {\n\t\tName string\n\t}\n\terr = db.Write(\"users\", \"1\", User{Name: \"Alice\"})\n\tif err != nil {\n\t\tpanic(err)\n\t}\n\tfmt.Println(\"Data written\")\n}","lang":"go","description":"Write a JSON record to a Scribble database."},"warnings":[],"env_vars":null,"search_vec":"'applic':8 'databas':5,10 'embed':11 'go':7 'json':4,9 'scribbl':1 'tini':3","created_at":"2026-06-17T18:01:54.152910+00:00","updated_at":"2026-06-17T18:01:54.152910+00:00","problems":[],"ecosystem":"go","meta_description":null,"install_score":null,"quickstart_score":null,"quickstart_tag":null,"pypi_latest":null,"cli_name":null,"cli_version":null,"type":"library","homepage":"https://github.com/nanobox-io/golang-scribble","github":"https://github.com/nanobox-io/golang-scribble","docs":"https://pkg.go.dev/github.com/nanobox-io/golang-scribble#section-documentation","changelog":null,"pypi":null,"npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"categories":["database"],"base_url":null,"auth_type":null,"provenance":{"verified_status":null,"verified_at":null,"last_verified":"2026-06-17","next_check":"2026-12-14","install_tag":null}}