{"id":22821842,"url":"https://github.com/orsinium-labs/pgxtester","last_synced_at":"2026-04-28T08:34:40.920Z","repository":{"id":267399255,"uuid":"900242370","full_name":"orsinium-labs/pgxtester","owner":"orsinium-labs","description":"Go package for testing code that uses PostgreSQL","archived":false,"fork":false,"pushed_at":"2024-12-08T09:03:12.000Z","size":3,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-30T23:41:12.974Z","etag":null,"topics":["fixture","fixtures","go","golang","pgx","postgres","postgresql","psql","sql","sqlc","test","testing"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":false,"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/orsinium-labs.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-12-08T09:02:45.000Z","updated_at":"2024-12-08T17:34:26.000Z","dependencies_parsed_at":null,"dependency_job_id":"feaafd94-716a-4c96-a762-1b83f9ca98eb","html_url":"https://github.com/orsinium-labs/pgxtester","commit_stats":null,"previous_names":["orsinium-labs/pgxtester"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/orsinium-labs/pgxtester","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/orsinium-labs%2Fpgxtester","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/orsinium-labs%2Fpgxtester/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/orsinium-labs%2Fpgxtester/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/orsinium-labs%2Fpgxtester/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/orsinium-labs","download_url":"https://codeload.github.com/orsinium-labs/pgxtester/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/orsinium-labs%2Fpgxtester/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32373506,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-27T20:07:02.737Z","status":"online","status_checked_at":"2026-04-28T02:00:07.250Z","response_time":56,"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":["fixture","fixtures","go","golang","pgx","postgres","postgresql","psql","sql","sqlc","test","testing"],"created_at":"2024-12-12T16:09:09.870Z","updated_at":"2026-04-28T08:34:39.746Z","avatar_url":"https://github.com/orsinium-labs.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# pgxtester\n\nA Go package for testing code that uses PostgreSQL. It establishes a concurrency-safe [pgx](https://github.com/jackc/pgx) connection, wraps it into a transaction, and rolls back the transaction at the end of the test. This ensures that changes done in a test will not affect other tests.\n\n## Installation\n\n```bash\ngo get github.com/orsinium-labs/pgxtester\n```\n\n## Usage\n\n```go\nfunc SomeTest(t *testing.T) {\n    conn := pgxtester.Connect(t, pgxtester.Config{URL: \"...\"})\n    // ...\n}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Forsinium-labs%2Fpgxtester","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Forsinium-labs%2Fpgxtester","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Forsinium-labs%2Fpgxtester/lists"}