{"id":20382968,"url":"https://github.com/binaryscraping/supabase-bodega","last_synced_at":"2026-04-22T03:34:24.667Z","repository":{"id":133037049,"uuid":"540579027","full_name":"binaryscraping/supabase-bodega","owner":"binaryscraping","description":null,"archived":false,"fork":false,"pushed_at":"2022-09-24T13:35:19.000Z","size":13,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-03-04T22:43:23.729Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Swift","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/binaryscraping.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2022-09-23T18:57:37.000Z","updated_at":"2022-11-23T10:10:44.000Z","dependencies_parsed_at":null,"dependency_job_id":"698c1231-4e5f-4a5e-bc70-62bbc212523d","html_url":"https://github.com/binaryscraping/supabase-bodega","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/binaryscraping/supabase-bodega","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/binaryscraping%2Fsupabase-bodega","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/binaryscraping%2Fsupabase-bodega/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/binaryscraping%2Fsupabase-bodega/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/binaryscraping%2Fsupabase-bodega/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/binaryscraping","download_url":"https://codeload.github.com/binaryscraping/supabase-bodega/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/binaryscraping%2Fsupabase-bodega/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32120036,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-22T00:31:26.853Z","status":"online","status_checked_at":"2026-04-22T02:00:05.693Z","response_time":58,"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-15T02:19:46.509Z","updated_at":"2026-04-22T03:34:24.649Z","avatar_url":"https://github.com/binaryscraping.png","language":"Swift","funding_links":[],"categories":[],"sub_categories":[],"readme":"# supabase-bodega\n\nA Bodega storage implementation backed by Supabase.\n\n## Getting Started\n\n### Creating PostgreSQL schema\n\n```sql\ncreate table tests (\n    key text primary key not null,\n    data text not null,\n    created_at timestamp with time zone default timezone('utc'::text, now()) not null,\n    updated_at timestamp with time zone default timezone('utc'::text, now()) not null\n);\n\ncreate trigger handle_updated_at\n    before update on tests for each row\n    execute procedure moddatetime (updated_at);\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbinaryscraping%2Fsupabase-bodega","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbinaryscraping%2Fsupabase-bodega","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbinaryscraping%2Fsupabase-bodega/lists"}