{"id":13412310,"url":"https://github.com/couchbase/goforestdb","last_synced_at":"2025-12-16T22:44:34.498Z","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":243625074,"owners_count":20321227,"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-30T20:01:23.298Z","updated_at":"2025-12-16T22:44:29.425Z","avatar_url":"https://github.com/couchbase.png","language":"Go","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","funding_links":[],"categories":["Database Drivers","Database","Generators","\u003cspan id=\"数据库-database\"\u003e数据库 Database\u003c/span\u003e","数据库驱动程序","NoSQL Databases","数据库驱动`连接和操作数据库工具`","数据库","数据库驱动","Data Integration Frameworks"],"sub_categories":["Advanced Console UIs","NoSQL Database Drivers","\u003cspan id=\"高级控制台用户界面-advanced-console-uis\"\u003e高级控制台用户界面 Advanced Console UIs\u003c/span\u003e","NoSQL数据库驱动程序","SQL 查询语句构建库"],"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"}