{"id":18562460,"url":"https://github.com/replit/database-go","last_synced_at":"2025-07-25T07:40:18.785Z","repository":{"id":49410496,"uuid":"279984547","full_name":"replit/database-go","owner":"replit","description":"Go client for Repl.it Database","archived":false,"fork":false,"pushed_at":"2024-01-17T21:34:29.000Z","size":13,"stargazers_count":22,"open_issues_count":1,"forks_count":10,"subscribers_count":30,"default_branch":"master","last_synced_at":"2025-04-10T18:24:50.762Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/replit.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-07-15T21:35:22.000Z","updated_at":"2025-01-14T16:51:18.000Z","dependencies_parsed_at":"2024-01-17T02:33:28.125Z","dependency_job_id":"fc4c94b2-b83f-45fa-a61e-07ce05c48e9d","html_url":"https://github.com/replit/database-go","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/replit/database-go","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/replit%2Fdatabase-go","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/replit%2Fdatabase-go/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/replit%2Fdatabase-go/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/replit%2Fdatabase-go/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/replit","download_url":"https://codeload.github.com/replit/database-go/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/replit%2Fdatabase-go/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":266975078,"owners_count":24015060,"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","status":"online","status_checked_at":"2025-07-25T02:00:09.625Z","response_time":70,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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-11-06T22:09:48.779Z","updated_at":"2025-07-25T07:40:18.742Z","avatar_url":"https://github.com/replit.png","language":"Go","readme":"# Repl.it Database Go client\n\n[![PkgGoDev](https://pkg.go.dev/badge/github.com/replit/database-go)](https://pkg.go.dev/github.com/replit/database-go)\n\nThe easiest way to use Repl.it Database from your Go repls.\n[Try it out on Repl.it!](https://replit.com/@replit/Database-Go-example)\n\n```\npackage main\n\nimport (\n  \"fmt\"\n  \"github.com/replit/database-go\"\n)\n\nfunc main() {\n  database.Set(\"key\", \"value\")\n  val, _ := database.Get(\"key\")\n  fmt.Println(val)\n  // Output: value\n}\n```\n\n[View the docs](https://pkg.go.dev/github.com/replit/database-go) for more info\nabout how to use the client to interact with Database.\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Freplit%2Fdatabase-go","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Freplit%2Fdatabase-go","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Freplit%2Fdatabase-go/lists"}