{"id":39140237,"url":"https://github.com/odedniv/terraform-provider-sql","last_synced_at":"2026-01-17T21:30:10.626Z","repository":{"id":57492898,"uuid":"171681914","full_name":"odedniv/terraform-provider-sql","owner":"odedniv","description":"Terraform provider for managing SQL schemas using migrations.","archived":false,"fork":false,"pushed_at":"2020-06-01T19:15:30.000Z","size":78,"stargazers_count":14,"open_issues_count":0,"forks_count":9,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-08-14T01:26:50.084Z","etag":null,"topics":["infrastructure-as-code","terraform-provider"],"latest_commit_sha":null,"homepage":null,"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/odedniv.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}},"created_at":"2019-02-20T13:52:12.000Z","updated_at":"2023-08-20T12:08:46.000Z","dependencies_parsed_at":"2022-08-28T11:50:59.168Z","dependency_job_id":null,"html_url":"https://github.com/odedniv/terraform-provider-sql","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/odedniv/terraform-provider-sql","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/odedniv%2Fterraform-provider-sql","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/odedniv%2Fterraform-provider-sql/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/odedniv%2Fterraform-provider-sql/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/odedniv%2Fterraform-provider-sql/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/odedniv","download_url":"https://codeload.github.com/odedniv/terraform-provider-sql/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/odedniv%2Fterraform-provider-sql/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28518627,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-17T18:55:29.170Z","status":"ssl_error","status_checked_at":"2026-01-17T18:55:03.375Z","response_time":85,"last_error":"SSL_read: 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":["infrastructure-as-code","terraform-provider"],"created_at":"2026-01-17T21:30:09.551Z","updated_at":"2026-01-17T21:30:10.561Z","avatar_url":"https://github.com/odedniv.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# terraform-provider-sql\n\nTerraform provider for managing SQL schemas using migrations.\n\nThis plugin uses [rubenv/sql-migrate](https://github.com/rubenv/sql-migrate),\nit is recommended to go read how it works before using this provider.\n\n## Usage\n\n### Installation\n\nBuild the provider and put it in Terraform's third-party providers directory in `~/.terraform.d/plugins`:\n\n```bash\ngo get github.com/odedniv/terraform-provider-sql\nmkdir -p ~/.terraform.d/plugins\ngo build -o ~/.terraform.d/plugins/terraform-provider-sql github.com/odedniv/terraform-provider-sql\n```\n\nI recommend using [Go modules](https://github.com/golang/go/wiki/Modules) to ensure\nusing the same version in development and production.\n\n### Configuration\n\nIn your Terraform configuration:\n\n```terraform\nresource \"sql_schema\" \"this\" {\n  driver     = \"\u003cdatabase driver\u003e\" # mysql/postgres/cloudsql/cloudsqlpostgres\n  datasource = \"\u003cdatabase connection string\u003e\"\n  directory  = \"migrations\" # optional\n  table      = \"schema_migrations\" # optional\n}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fodedniv%2Fterraform-provider-sql","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fodedniv%2Fterraform-provider-sql","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fodedniv%2Fterraform-provider-sql/lists"}