{"id":36464053,"url":"https://github.com/lineoit/go-migrate","last_synced_at":"2026-01-12T00:00:57.780Z","repository":{"id":64305777,"uuid":"574501516","full_name":"LineoIT/go-migrate","owner":"LineoIT","description":"Database migrations library for golang","archived":false,"fork":false,"pushed_at":"2025-08-12T13:14:22.000Z","size":7,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-08-12T15:14:31.768Z","etag":null,"topics":["database","go-migrate","golang","migration","postgresql"],"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/LineoIT.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-12-05T13:03:03.000Z","updated_at":"2025-08-12T13:14:26.000Z","dependencies_parsed_at":"2024-03-04T18:44:16.155Z","dependency_job_id":"ff9ab1ee-af1e-48ed-b055-7301ed9de24a","html_url":"https://github.com/LineoIT/go-migrate","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"purl":"pkg:github/LineoIT/go-migrate","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LineoIT%2Fgo-migrate","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LineoIT%2Fgo-migrate/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LineoIT%2Fgo-migrate/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LineoIT%2Fgo-migrate/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/LineoIT","download_url":"https://codeload.github.com/LineoIT/go-migrate/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LineoIT%2Fgo-migrate/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28328650,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-11T22:11:01.104Z","status":"ssl_error","status_checked_at":"2026-01-11T22:10:58.990Z","response_time":60,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5: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":["database","go-migrate","golang","migration","postgresql"],"created_at":"2026-01-12T00:00:32.222Z","updated_at":"2026-01-12T00:00:57.646Z","avatar_url":"https://github.com/LineoIT.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Golang migrate\n\n### Install\n\n```\ngo get -u github.com/LineoIT/go-migrate\n```\n\n### How to use\n\n```go\npackage main\n\nimport (\n\t\"github.com/LineoIT/go-migrate\"\n\t\"log\"\n\t_ \"github.com/lib/pq\"\n)\n\nfunc main() {\n\tm, err := migrate.New(\"postgres\",\n\t\t\"postgres://postgres:postgres@localhost/demo?sslmode=disable\",\n\t\t\"./migrations\",\n\t)\n\tif err != nil {\n\t\tlog.Fatal(err)\n\t}\n\tif err := m.Migrate(); err != nil {\n\t\tpanic(err)\n\t}\n}\n\n```\n\n**Note**: Do not forget import db driver `github.com/lib/pq` for postgres\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flineoit%2Fgo-migrate","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flineoit%2Fgo-migrate","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flineoit%2Fgo-migrate/lists"}