{"id":3494449,"name":"github.com/rubenv/sql-migrate","ecosystem":"go","description":"SQL Schema migration tool for Go.\n\nKey features:\n\nTo install the library and command line program, use the following:\n\nThe main command is called sql-migrate.\n\nEach command requires a configuration file (which defaults to dbconfig.yml, but can be specified with the -config flag). This config file should specify one or more environments:\n\nThe `table` setting is optional and will default to `gorp_migrations`.\n\nThe environment that will be used can be specified with the -env flag (defaults to development).\n\nUse the --help flag in combination with any of the commands to get an overview of its usage:\n\nThe up command applies all available migrations. By contrast, down will only apply one migration by default. This behavior can be changed for both by using the -limit parameter.\n\nThe redo command will unapply the last migration and reapply it. This is useful during development, when you're writing migrations.\n\nUse the status command to see the state of the applied migrations:\n\nIf you are using MySQL, you must append ?parseTime=true to the datasource configuration. For example:\n\nSee https://github.com/go-sql-driver/mysql#parsetime for more information.\n\nImport sql-migrate into your application:\n\nSet up a source of migrations, this can be from memory, from a set of files or from bindata (more on that later):\n\nThen use the Exec function to upgrade your database:\n\nNote that n can be greater than 0 even if there is an error: any migration that succeeded will remain applied even if a later one fails.\n\nThe full set of capabilities can be found in the API docs below.\n\nMigrations are defined in SQL files, which contain a set of SQL statements. Special comments are used to distinguish up and down migrations.\n\nYou can put multiple statements in each block, as long as you end them with a semicolon (;).\n\nIf you have complex statements which contain semicolons, use StatementBegin and StatementEnd to indicate boundaries:\n\nThe order in which migrations are applied is defined through the filename: sql-migrate will sort migrations based on their name. It's recommended to use an increasing version number or a timestamp as the first part of the filename.\n\nNormally each migration is run within a transaction in order to guarantee that it is fully atomic. However some SQL commands (for example creating an index concurrently in PostgreSQL) cannot be executed inside a transaction. In order to execute such a command in a migration, the migration can be run using the notransaction option:\n\nIf you like your Go applications self-contained (that is: a single binary): use packr (https://github.com/gobuffalo/packr) to embed the migration files.\n\nJust write your migration files as usual, as a set of SQL files in a folder.\n\nUse the PackrMigrationSource in your application to find the migrations:\n\nIf you already have a box and would like to use a subdirectory:\n\nAs an alternative, but slightly less maintained, you can use bindata (https://github.com/shuLhan/go-bindata) to embed the migration files.\n\nJust write your migration files as usual, as a set of SQL files in a folder.\n\nThen use bindata to generate a .go file with the migrations embedded:\n\nThe resulting bindata.go file will contain your migrations. Remember to regenerate your bindata.go file whenever you add/modify a migration (go generate will help here, once it arrives).\n\nUse the AssetMigrationSource in your application to find the migrations:\n\nBoth Asset and AssetDir are functions provided by bindata.\n\nThen proceed as usual.\n\nAdding a new migration source means implementing MigrationSource.\n\nThe resulting slice of migrations will be executed in the given order, so it should usually be sorted by the Id field.","homepage":"https://github.com/rubenv/sql-migrate","licenses":"MIT","normalized_licenses":["MIT"],"repository_url":"https://github.com/rubenv/sql-migrate","keywords_array":[],"namespace":"github.com/rubenv","versions_count":18,"first_release_published_at":"2021-10-23T11:59:51.000Z","latest_release_published_at":"2025-11-20T10:20:31.000Z","latest_release_number":"v1.8.1","last_synced_at":"2026-04-18T14:02:20.249Z","created_at":"2022-04-10T19:24:44.966Z","updated_at":"2026-04-18T14:02:20.249Z","registry_url":"https://pkg.go.dev/github.com/rubenv/sql-migrate","install_command":"go get github.com/rubenv/sql-migrate","documentation_url":"https://pkg.go.dev/github.com/rubenv/sql-migrate#section-documentation","metadata":{},"repo_metadata":{"id":20544304,"uuid":"23823837","full_name":"rubenv/sql-migrate","owner":"rubenv","description":"SQL schema migration tool for Go.","archived":false,"fork":false,"pushed_at":"2025-07-16T07:51:49.000Z","size":356,"stargazers_count":3355,"open_issues_count":91,"forks_count":291,"subscribers_count":34,"default_branch":"master","last_synced_at":"2025-08-05T11:58:30.194Z","etag":null,"topics":["bindata","go","sql","sql-schema-migration"],"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/rubenv.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,"zenodo":null}},"created_at":"2014-09-09T07:31:41.000Z","updated_at":"2025-07-31T10:17:17.000Z","dependencies_parsed_at":"2024-01-08T09:47:56.276Z","dependency_job_id":"f0339bde-f05d-4bc8-a687-32bece725304","html_url":"https://github.com/rubenv/sql-migrate","commit_stats":{"total_commits":284,"total_committers":72,"mean_commits":"3.9444444444444446","dds":0.5,"last_synced_commit":"5fd3db0fefadbeb8bcae4e330bcf67b8cb4a0eaa"},"previous_names":["rubenv/gorp-migrate"],"tags_count":17,"template":false,"template_full_name":null,"purl":"pkg:github/rubenv/sql-migrate","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rubenv%2Fsql-migrate","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rubenv%2Fsql-migrate/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rubenv%2Fsql-migrate/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rubenv%2Fsql-migrate/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rubenv","download_url":"https://codeload.github.com/rubenv/sql-migrate/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rubenv%2Fsql-migrate/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":268893468,"owners_count":24324663,"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","status":"online","status_checked_at":"2025-08-05T02:00:12.334Z","response_time":2576,"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"},"owner_record":{"login":"rubenv","name":"Ruben Vermeersch","uuid":"42904","kind":"user","description":"","email":"","website":"https://rocketeer.be","location":"Belgium","twitter":"rubenv","company":null,"icon_url":"https://avatars.githubusercontent.com/u/42904?v=4","repositories_count":195,"last_synced_at":"2024-12-30T12:46:17.676Z","metadata":{"has_sponsors_listing":false},"html_url":"https://github.com/rubenv","funding_links":[],"total_stars":5159,"followers":205,"following":28,"created_at":"2022-11-02T16:33:15.748Z","updated_at":"2024-12-30T12:46:17.676Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rubenv","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rubenv/repositories"},"tags":[{"name":"v1.8.0","sha":"563a2f031824f380dfadda9a5886679d883420f3","kind":"commit","published_at":"2025-04-17T09:07:01.000Z","download_url":"https://codeload.github.com/rubenv/sql-migrate/tar.gz/v1.8.0","html_url":"https://github.com/rubenv/sql-migrate/releases/tag/v1.8.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rubenv/sql-migrate@v1.8.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rubenv%2Fsql-migrate/tags/v1.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rubenv%2Fsql-migrate/tags/v1.8.0/manifests"},{"name":"v1.7.2","sha":"67a517e26c33782114fbb0a9299cdd3dab4bbef3","kind":"commit","published_at":"2025-04-15T20:13:46.000Z","download_url":"https://codeload.github.com/rubenv/sql-migrate/tar.gz/v1.7.2","html_url":"https://github.com/rubenv/sql-migrate/releases/tag/v1.7.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rubenv/sql-migrate@v1.7.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rubenv%2Fsql-migrate/tags/v1.7.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rubenv%2Fsql-migrate/tags/v1.7.2/manifests"},{"name":"v1.7.1","sha":"030a5d447e3c6f6618c1d9244ee47409091a82ca","kind":"commit","published_at":"2024-12-12T06:21:02.000Z","download_url":"https://codeload.github.com/rubenv/sql-migrate/tar.gz/v1.7.1","html_url":"https://github.com/rubenv/sql-migrate/releases/tag/v1.7.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rubenv/sql-migrate@v1.7.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rubenv%2Fsql-migrate/tags/v1.7.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rubenv%2Fsql-migrate/tags/v1.7.1/manifests"},{"name":"v1.7.0","sha":"17cb6ad02c00c48f00f0e4fe38cfdfd98a4e1cc0","kind":"commit","published_at":"2024-07-10T09:16:48.000Z","download_url":"https://codeload.github.com/rubenv/sql-migrate/tar.gz/v1.7.0","html_url":"https://github.com/rubenv/sql-migrate/releases/tag/v1.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rubenv/sql-migrate@v1.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rubenv%2Fsql-migrate/tags/v1.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rubenv%2Fsql-migrate/tags/v1.7.0/manifests"},{"name":"v1.6.1","sha":"bc5e259a9623795fe565877f8b711b78a2bc2933","kind":"commit","published_at":"2024-01-08T08:43:55.000Z","download_url":"https://codeload.github.com/rubenv/sql-migrate/tar.gz/v1.6.1","html_url":"https://github.com/rubenv/sql-migrate/releases/tag/v1.6.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rubenv/sql-migrate@v1.6.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rubenv%2Fsql-migrate/tags/v1.6.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rubenv%2Fsql-migrate/tags/v1.6.1/manifests"},{"name":"v1.6.0","sha":"9f03b5b6c963a717b2b0554dd32246fc8ac342d0","kind":"commit","published_at":"2023-12-19T08:15:59.000Z","download_url":"https://codeload.github.com/rubenv/sql-migrate/tar.gz/v1.6.0","html_url":"https://github.com/rubenv/sql-migrate/releases/tag/v1.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rubenv/sql-migrate@v1.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rubenv%2Fsql-migrate/tags/v1.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rubenv%2Fsql-migrate/tags/v1.6.0/manifests"},{"name":"v1.5.2","sha":"cdab5c3c32868ef216672539b3e19c1f92fec763","kind":"commit","published_at":"2023-07-20T14:41:20.000Z","download_url":"https://codeload.github.com/rubenv/sql-migrate/tar.gz/v1.5.2","html_url":"https://github.com/rubenv/sql-migrate/releases/tag/v1.5.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rubenv/sql-migrate@v1.5.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rubenv%2Fsql-migrate/tags/v1.5.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rubenv%2Fsql-migrate/tags/v1.5.2/manifests"},{"name":"v1.5.1","sha":"e61d17e7815f56aab0eaef5d1136ff536d5aa6c8","kind":"commit","published_at":"2023-06-23T17:08:05.000Z","download_url":"https://codeload.github.com/rubenv/sql-migrate/tar.gz/v1.5.1","html_url":"https://github.com/rubenv/sql-migrate/releases/tag/v1.5.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rubenv/sql-migrate@v1.5.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rubenv%2Fsql-migrate/tags/v1.5.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rubenv%2Fsql-migrate/tags/v1.5.1/manifests"},{"name":"v1.5.0","sha":"345d0b113a5607a68535cb6c6f5da775b597bebb","kind":"commit","published_at":"2023-06-05T09:46:39.000Z","download_url":"https://codeload.github.com/rubenv/sql-migrate/tar.gz/v1.5.0","html_url":"https://github.com/rubenv/sql-migrate/releases/tag/v1.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rubenv/sql-migrate@v1.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rubenv%2Fsql-migrate/tags/v1.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rubenv%2Fsql-migrate/tags/v1.5.0/manifests"},{"name":"v1.4.0","sha":"bbfb2548a11205bde275776abfd3611c007c3373","kind":"commit","published_at":"2023-03-07T09:05:39.000Z","download_url":"https://codeload.github.com/rubenv/sql-migrate/tar.gz/v1.4.0","html_url":"https://github.com/rubenv/sql-migrate/releases/tag/v1.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rubenv/sql-migrate@v1.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rubenv%2Fsql-migrate/tags/v1.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rubenv%2Fsql-migrate/tags/v1.4.0/manifests"},{"name":"v1.3.1","sha":"d1cfa624d1af1d3307d27422e501c48df48887e7","kind":"commit","published_at":"2023-02-07T11:49:37.000Z","download_url":"https://codeload.github.com/rubenv/sql-migrate/tar.gz/v1.3.1","html_url":"https://github.com/rubenv/sql-migrate/releases/tag/v1.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rubenv/sql-migrate@v1.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rubenv%2Fsql-migrate/tags/v1.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rubenv%2Fsql-migrate/tags/v1.3.1/manifests"},{"name":"v1.3.0","sha":"4e43feaed0a6db1c7140ff655d6ecb39b2b01a88","kind":"commit","published_at":"2023-01-05T13:24:46.000Z","download_url":"https://codeload.github.com/rubenv/sql-migrate/tar.gz/v1.3.0","html_url":"https://github.com/rubenv/sql-migrate/releases/tag/v1.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rubenv/sql-migrate@v1.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rubenv%2Fsql-migrate/tags/v1.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rubenv%2Fsql-migrate/tags/v1.3.0/manifests"},{"name":"v1.2.0","sha":"eee27622ef1198bcf84962623eaa3e5c21384465","kind":"commit","published_at":"2022-09-07T10:45:00.000Z","download_url":"https://codeload.github.com/rubenv/sql-migrate/tar.gz/v1.2.0","html_url":"https://github.com/rubenv/sql-migrate/releases/tag/v1.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rubenv/sql-migrate@v1.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rubenv%2Fsql-migrate/tags/v1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rubenv%2Fsql-migrate/tags/v1.2.0/manifests"},{"name":"v1.1.2","sha":"7aeab111a2a70d2be9fbf4ea2dfbf74823175115","kind":"commit","published_at":"2022-06-08T13:31:28.000Z","download_url":"https://codeload.github.com/rubenv/sql-migrate/tar.gz/v1.1.2","html_url":"https://github.com/rubenv/sql-migrate/releases/tag/v1.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rubenv/sql-migrate@v1.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rubenv%2Fsql-migrate/tags/v1.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rubenv%2Fsql-migrate/tags/v1.1.2/manifests"},{"name":"v1.1.1","sha":"524fb2b1d791d5f4616590f1f54d576f01afa1ae","kind":"commit","published_at":"2022-02-09T19:19:01.000Z","download_url":"https://codeload.github.com/rubenv/sql-migrate/tar.gz/v1.1.1","html_url":"https://github.com/rubenv/sql-migrate/releases/tag/v1.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rubenv/sql-migrate@v1.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rubenv%2Fsql-migrate/tags/v1.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rubenv%2Fsql-migrate/tags/v1.1.1/manifests"},{"name":"v1.1.0","sha":"f205e1322685b06ee0c2ed98d913544aef2787a8","kind":"commit","published_at":"2022-01-28T20:16:04.000Z","download_url":"https://codeload.github.com/rubenv/sql-migrate/tar.gz/v1.1.0","html_url":"https://github.com/rubenv/sql-migrate/releases/tag/v1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rubenv/sql-migrate@v1.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rubenv%2Fsql-migrate/tags/v1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rubenv%2Fsql-migrate/tags/v1.1.0/manifests"},{"name":"v1.0.0","sha":"9f02b1e13857b68b1357a8302c9b05ff6b70d6c0","kind":"commit","published_at":"2021-10-23T11:59:51.000Z","download_url":"https://codeload.github.com/rubenv/sql-migrate/tar.gz/v1.0.0","html_url":"https://github.com/rubenv/sql-migrate/releases/tag/v1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rubenv/sql-migrate@v1.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rubenv%2Fsql-migrate/tags/v1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rubenv%2Fsql-migrate/tags/v1.0.0/manifests"}]},"repo_metadata_updated_at":"2025-08-05T11:59:02.517Z","dependent_packages_count":1568,"downloads":null,"downloads_period":null,"dependent_repos_count":5295,"rankings":{"downloads":null,"dependent_repos_count":0.11479568028106793,"dependent_packages_count":0.09364092077127764,"stargazers_count":1.2721891650299382,"forks_count":1.751385947847296,"docker_downloads_count":0.035880131325428645,"average":0.6535783690510016},"purl":"pkg:golang/github.com/rubenv/sql-migrate","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/go/github.com/rubenv/sql-migrate","docker_dependents_count":2122,"docker_downloads_count":8647417494,"usage_url":"https://repos.ecosyste.ms/usage/go/github.com/rubenv/sql-migrate","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/go/github.com/rubenv/sql-migrate/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2025-07-16T13:20:43.760Z","issues_count":70,"pull_requests_count":76,"avg_time_to_close_issue":10940011.970588235,"avg_time_to_close_pull_request":6178384.266666667,"issues_closed_count":34,"pull_requests_closed_count":60,"pull_request_authors_count":62,"issue_authors_count":66,"avg_comments_per_issue":3.057142857142857,"avg_comments_per_pull_request":2.3684210526315788,"merged_pull_requests_count":42,"bot_issues_count":0,"bot_pull_requests_count":4,"past_year_issues_count":4,"past_year_pull_requests_count":14,"past_year_avg_time_to_close_issue":4800.333333333333,"past_year_avg_time_to_close_pull_request":26533.454545454544,"past_year_issues_closed_count":3,"past_year_pull_requests_closed_count":11,"past_year_pull_request_authors_count":12,"past_year_issue_authors_count":4,"past_year_avg_comments_per_issue":3.5,"past_year_avg_comments_per_pull_request":1.9285714285714286,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":2,"past_year_merged_pull_requests_count":4,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/rubenv%2Fsql-migrate/issues","maintainers":[],"active_maintainers":[]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2Frubenv%2Fsql-migrate/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2Frubenv%2Fsql-migrate/version_numbers","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2Frubenv%2Fsql-migrate/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2Frubenv%2Fsql-migrate/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2Frubenv%2Fsql-migrate/codemeta","maintainers":[]}