{"id":23516640,"url":"https://github.com/emphori/go-git-sql","last_synced_at":"2025-07-28T22:34:42.830Z","repository":{"id":224413486,"uuid":"753856145","full_name":"emphori/go-git-sql","owner":"emphori","description":"A barebones SQL-backed storage implementation for go-git","archived":false,"fork":false,"pushed_at":"2024-04-04T11:48:47.000Z","size":13,"stargazers_count":3,"open_issues_count":4,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2024-12-25T15:14:20.208Z","etag":null,"topics":["git","git-sql"],"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/emphori.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":"2024-02-06T23:08:54.000Z","updated_at":"2024-11-17T20:26:33.000Z","dependencies_parsed_at":"2024-06-21T13:12:01.296Z","dependency_job_id":null,"html_url":"https://github.com/emphori/go-git-sql","commit_stats":null,"previous_names":["emphori/go-git-sql"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/emphori%2Fgo-git-sql","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/emphori%2Fgo-git-sql/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/emphori%2Fgo-git-sql/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/emphori%2Fgo-git-sql/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/emphori","download_url":"https://codeload.github.com/emphori/go-git-sql/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239207442,"owners_count":19599963,"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":["git","git-sql"],"created_at":"2024-12-25T15:14:22.870Z","updated_at":"2025-02-16T22:35:53.615Z","avatar_url":"https://github.com/emphori.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# go-git-sql\n\nAn SQL-backed storage implementation for [go-git][go-git].\n\n[go-git]: https://github.com/go-git/go-git\n\n\u003e [!WARNING]\n\u003e\n\u003e This project is currently a work in progress, and may not include the\n\u003e functionality you expect. Please refer to [this milestone] for more details.\n\u003e\n\u003e [this milestone]: https://github.com/emphori/go-git-sql/milestone/1\n\n## Creating SQL tables\n\n```sql\nCREATE TABLE IF NOT EXISTS \"objects\" (\n  object_type BIGINT,\n  object_hash VARCHAR,\n  object_size BIGINT\n  cont BYTEA,\n);\n\nCREATE TABLE IF NOT EXISTS \"refs\" (\n  ref_type BIGINT,\n  ref_hash VARCHAR,\n  ref_name VARCHAR,\n  target VARCHAR\n);\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Femphori%2Fgo-git-sql","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Femphori%2Fgo-git-sql","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Femphori%2Fgo-git-sql/lists"}