{"id":69590,"library":"brotherlogic-datastore","title":"Brotherlogic Datastore","description":"A Go datastore abstraction library for persistent storage.","status":"active","version":"0.0.0-20240115181049-8eb2e5f4c132","language":"go","source_language":null,"source_url":"https://github.com/brotherlogic/datastore","tags":["datastore","storage","persistence"],"install":[{"cmd":"go get github.com/brotherlogic/datastore","lang":"bash","label":"Install github.com/brotherlogic/datastore"}],"dependencies":[],"imports":[{"symbol":"datastore","correct":"github.com/brotherlogic/datastore"}],"quickstart":{"code":"package main\n\nimport (\n\t\"fmt\"\n\t\"github.com/brotherlogic/datastore\"\n)\n\nfunc main() {\n\tds := datastore.New()\n\tif err := ds.Save(\"key\", \"value\"); err != nil {\n\t\tpanic(err)\n\t}\n\tvar val string\n\tif err := ds.Load(\"key\", &val); err != nil {\n\t\tpanic(err)\n\t}\n\tfmt.Println(val)\n}","lang":"go","description":"Save and load a value from the datastore"},"warnings":[],"env_vars":null,"search_vec":"'abstract':6 'brotherlog':1 'datastor':2,5,11 'go':4 'librari':7 'persist':9,13 'storag':10,12","created_at":"2026-06-17T18:03:38.834763+00:00","updated_at":"2026-06-17T18:03:38.834763+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/brotherlogic/datastore","github":"https://github.com/brotherlogic/datastore","docs":"https://pkg.go.dev/github.com/brotherlogic/datastore#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}}