{"id":45218927,"url":"https://github.com/supabase/pg-toolbelt","last_synced_at":"2026-04-20T17:02:20.849Z","repository":{"id":329463869,"uuid":"989123012","full_name":"supabase/pg-toolbelt","owner":"supabase","description":"Postgres migrations made easy","archived":false,"fork":false,"pushed_at":"2026-04-16T18:21:16.000Z","size":3059,"stargazers_count":41,"open_issues_count":19,"forks_count":6,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-04-16T19:37:16.873Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"TypeScript","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/supabase.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":".github/CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":"AGENTS.md","dco":null,"cla":null},"funding":{"github":["supabase"],"patreon":null,"open_collective":null,"ko_fi":null,"tidelift":null,"community_bridge":null,"liberapay":null,"issuehunt":null,"otechie":null,"custom":null}},"created_at":"2025-05-23T15:35:11.000Z","updated_at":"2026-04-16T17:32:05.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/supabase/pg-toolbelt","commit_stats":null,"previous_names":["supabase/pg-delta","supabase/pg-toolbelt"],"tags_count":11,"template":false,"template_full_name":null,"purl":"pkg:github/supabase/pg-toolbelt","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/supabase%2Fpg-toolbelt","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/supabase%2Fpg-toolbelt/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/supabase%2Fpg-toolbelt/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/supabase%2Fpg-toolbelt/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/supabase","download_url":"https://codeload.github.com/supabase/pg-toolbelt/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/supabase%2Fpg-toolbelt/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32056876,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-20T11:35:06.609Z","status":"ssl_error","status_checked_at":"2026-04-20T11:34:48.899Z","response_time":94,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":"2026-02-20T18:00:48.691Z","updated_at":"2026-04-20T17:02:20.834Z","avatar_url":"https://github.com/supabase.png","language":"TypeScript","funding_links":["https://github.com/sponsors/supabase"],"categories":[],"sub_categories":[],"readme":"# pg-toolbelt\n\nMonorepo for Supabase PostgreSQL tooling.\n\n## Packages\n\n| Package | Description | npm |\n|---------|-------------|-----|\n| [`@supabase/pg-delta`](./packages/pg-delta) | PostgreSQL schema diff and migration tool | [![npm](https://img.shields.io/npm/v/@supabase/pg-delta)](https://www.npmjs.com/package/@supabase/pg-delta) |\n| [`@supabase/pg-topo`](./packages/pg-topo) | Topological sorting for SQL DDL statements | [![npm](https://img.shields.io/npm/v/@supabase/pg-topo)](https://www.npmjs.com/package/@supabase/pg-topo) |\n\n## Development\n\n### Prerequisites\n\n- [Bun](https://bun.sh) (latest)\n- [Docker](https://www.docker.com/) (for integration tests)\n- Node.js \u003e= 20 (for TypeScript compilation)\n\n### Setup\n\n```bash\nbun install\n```\n\n### Commands\n\n```bash\nbun run build           # Build all packages\nbun run test            # Test all packages\nbun run test:pg-delta   # Test pg-delta only\nbun run test:pg-topo    # Test pg-topo only\nbun run check-types     # Type check all packages\nbun run format-and-lint # Format and lint all code\n```\n\n### Working with individual packages\n\n```bash\n# pg-delta\ncd packages/pg-delta\nbun run test src/       # Unit tests only\nbun run test tests/     # Integration tests only (requires Docker)\n\n# pg-topo\ncd packages/pg-topo\nbun run test            # All tests (requires Docker)\n```\n\n### Releasing\n\nThis monorepo uses [changesets](https://github.com/changesets/changesets) for versioning.\n\n```bash\nbunx changeset          # Create a changeset\nbun run version         # Apply changesets to update versions\nbunx changeset publish  # Publish to npm\n```\n\n## Contributing\n\nSee [CONTRIBUTING.md](./CONTRIBUTING.md) before opening a pull request.\n\n- Open an issue first.\n- Wait for maintainer triage via one of `✨ Feature`, `🐛 Bug`, `📘 Docs`, or `🛠️ Chore`.\n- Then open a pull request.\n\nUse [ISSUES.md](./ISSUES.md) for issue-writing guidance, especially for `pg-delta` reproductions.\n\n## License\n\nMIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsupabase%2Fpg-toolbelt","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsupabase%2Fpg-toolbelt","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsupabase%2Fpg-toolbelt/lists"}