{"id":13365792,"url":"https://github.com/couchbase/Goforestdb","last_synced_at":"2025-03-12T17:31:57.638Z","repository":{"id":17021325,"uuid":"19785339","full_name":"couchbase/goforestdb","owner":"couchbase","description":"Go bindings for ForestDB","archived":false,"fork":true,"pushed_at":"2016-12-15T22:01:01.000Z","size":93,"stargazers_count":37,"open_issues_count":7,"forks_count":6,"subscribers_count":38,"default_branch":"master","last_synced_at":"2024-10-25T04:09:53.284Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":"deepkaran/goforestdb","license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/couchbase.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2014-05-14T15:36:12.000Z","updated_at":"2024-06-20T01:42:25.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/couchbase/goforestdb","commit_stats":null,"previous_names":["couchbaselabs/goforestdb"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/couchbase%2Fgoforestdb","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/couchbase%2Fgoforestdb/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/couchbase%2Fgoforestdb/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/couchbase%2Fgoforestdb/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/couchbase","download_url":"https://codeload.github.com/couchbase/goforestdb/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243262164,"owners_count":20262960,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-07-30T00:01:13.928Z","updated_at":"2025-03-12T17:31:57.223Z","avatar_url":"https://github.com/couchbase.png","language":"Go","funding_links":[],"categories":["数据库","數據庫"],"sub_categories":["高级控制台界面","高級控制台界面"],"readme":"# goforestdb\n\nGo bindings for ForestDB\n\n## Building\n\n1.  Obtain and build forestdb: https://github.com/couchbaselabs/forestdb (run `make install` to install the library)\n1.  Install header files to system location\n  1. On Ubuntu 14.04: `cd \u003cforestdb_project_dir\u003e \u0026\u0026 mkdir /usr/local/include/libforestdb \u0026\u0026 cp include/libforestdb/* /usr/local/include/libforestdb`\n1.  `go get -u -v -t github.com/couchbase/goforestdb`\n\n## Documentation\n\nSee [godocs](http://godoc.org/github.com/couchbase/goforestdb)\n\n## Sample usage (without proper error handling):\n\n\t// Open a database\n\tdb, _ := Open(\"test\", nil)\n\n\t// Close it properly when we're done\n\tdefer db.Close()\n\n\t// Store the document\n\tdoc, _ := NewDoc([]byte(\"key\"), nil, []byte(\"value\"))\n\tdefer doc.Close()\n\tdb.Set(doc)\n\n\t// Lookup the document\n\tdoc2, _ := NewDoc([]byte(\"key\"), nil, nil)\n\tdefer doc2.Close()\n\tdb.Get(doc2)\n\n\t// Delete the document\n\tdoc3, _ := NewDoc([]byte(\"key\"), nil, nil)\n\tdefer doc3.Close()\n\tdb.Delete(doc3)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcouchbase%2FGoforestdb","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcouchbase%2FGoforestdb","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcouchbase%2FGoforestdb/lists"}