{"id":19662856,"url":"https://github.com/baskeboler/ideal-octo-goggles","last_synced_at":"2026-02-01T23:32:30.605Z","repository":{"id":232799516,"uuid":"723271062","full_name":"baskeboler/ideal-octo-goggles","owner":"baskeboler","description":null,"archived":false,"fork":false,"pushed_at":"2023-11-25T06:04:52.000Z","size":5,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-06-20T23:04:31.502Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"HCL","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/baskeboler.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}},"created_at":"2023-11-25T06:04:49.000Z","updated_at":"2023-11-25T06:04:56.000Z","dependencies_parsed_at":"2024-04-11T14:54:12.673Z","dependency_job_id":"f3593706-cad1-4e0a-a0dd-352f7178927a","html_url":"https://github.com/baskeboler/ideal-octo-goggles","commit_stats":null,"previous_names":["baskeboler/ideal-octo-goggles"],"tags_count":0,"template":false,"template_full_name":"ariga/atlas-template","purl":"pkg:github/baskeboler/ideal-octo-goggles","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/baskeboler%2Fideal-octo-goggles","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/baskeboler%2Fideal-octo-goggles/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/baskeboler%2Fideal-octo-goggles/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/baskeboler%2Fideal-octo-goggles/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/baskeboler","download_url":"https://codeload.github.com/baskeboler/ideal-octo-goggles/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/baskeboler%2Fideal-octo-goggles/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28994918,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-01T23:10:54.274Z","status":"ssl_error","status_checked_at":"2026-02-01T23:10:47.298Z","response_time":56,"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":[],"created_at":"2024-11-11T16:12:33.633Z","updated_at":"2026-02-01T23:32:30.591Z","avatar_url":"https://github.com/baskeboler.png","language":"HCL","funding_links":[],"categories":[],"sub_categories":[],"readme":"# atlas-template\n\nA template repo for using Atlas.\n\n## Getting started\n\n## Quick installation\n\n**macOS + Linux:**\n\n```bash\ncurl -sSf https://atlasgo.sh | sh\n```\n\n**Homebrew:**\n\n```bash\nbrew install ariga/tap/atlas\n```\n\n**Docker:**\n\n```bash\ndocker pull arigaio/atlas\n```\n\nClick [here](https://atlasgo.io/getting-started#installation) to read instructions for other platforms.\n\n## Creating a container image\n\nThis repo comes with a bootstrapped Dockerfile to package the migrations as a container image.\n\nBuild the container image:\n\n```console\ndocker build -t atlas:local .\n```\n\n## Common actions\n\nThis repo comes with preconfigured `atlas.hcl` that defines a local MySQL-based dev environment named \"local\" which\nyou can reference using the `--env local` flag.\n\n### Plan a new migration\n\nModify the desired schema of your database `schema.hcl`:\n\n```diff\nschema \"app\" {\n\n}\n\ntable \"users\" {\n  schema = schema.app\n  column \"id\" {\n    type = int\n  }\n  column \"user_name\" {\n    type = varchar(255)\n    unique = true\n  }\n  column \"email\" {\n    type = varchar(255)\n    unique = true\n  }\n+  column \"bio\" {\n+    type = text\n+    unique = true\n+  }\n  primary_key {\n    columns = [column.id]\n  }\n}\n```\n\nAutomatically generate a migration file:\n\n```bash\natlas migrate diff --env local\n```\n\n_To learn more about defining database schemas in HCL, check out the [SQL resource](https://atlasgo.io/atlas-schema/sql-resources)\ndocumentation._\n\n### Apply a migration\n\nApply the migration directory to your database:\n\n```bash\natlas migrate apply --env local -u \"mysql://root:pass@database-url:3306/app\"\n```\n\n### Lint the migration directory\n\nVerify the latest migration file in the directory is safe to apply:\n\n```bash\natlas migrate lint --env local --latest 1\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbaskeboler%2Fideal-octo-goggles","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbaskeboler%2Fideal-octo-goggles","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbaskeboler%2Fideal-octo-goggles/lists"}