{"id":17491766,"url":"https://github.com/atuple/ecto_south","last_synced_at":"2025-04-22T20:14:39.420Z","repository":{"id":57493662,"uuid":"85037199","full_name":"atuple/ecto_south","owner":"atuple","description":"South brings ecto migrations to phoenix applications","archived":false,"fork":false,"pushed_at":"2020-07-15T07:24:54.000Z","size":70,"stargazers_count":7,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-10-19T11:13:27.670Z","etag":null,"topics":["ecto","elixir","migrate","migrations","phoenix"],"latest_commit_sha":null,"homepage":"","language":"Elixir","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/atuple.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":"2017-03-15T06:28:41.000Z","updated_at":"2023-03-02T13:02:17.000Z","dependencies_parsed_at":"2022-08-30T04:00:44.329Z","dependency_job_id":null,"html_url":"https://github.com/atuple/ecto_south","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/atuple%2Fecto_south","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/atuple%2Fecto_south/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/atuple%2Fecto_south/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/atuple%2Fecto_south/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/atuple","download_url":"https://codeload.github.com/atuple/ecto_south/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250316064,"owners_count":21410476,"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","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":["ecto","elixir","migrate","migrations","phoenix"],"created_at":"2024-10-19T08:04:51.997Z","updated_at":"2025-04-22T20:14:39.396Z","avatar_url":"https://github.com/atuple.png","language":"Elixir","funding_links":[],"categories":[],"sub_categories":[],"readme":"# EctoSouth\n\n**TODO: South brings ecto migrations to phoenix applications**\n\n## Installation\n\nIf [available in Hex](https://hex.pm/docs/publish), the package can be installed\nby adding `ecto_south` to your list of dependencies in `mix.exs`:\n\n```elixir\ndef deps do\n  [{:ecto_south, \"~\u003e 0.2.1\"}]\nend\n```\nor\n\n```elixir\ndef deps do\n  [{:ecto_south, github: \"atuple/ecto_south\"}]\nend\n```\n\nAdd :ecto_south to your mix application\n```\napplications: [:ecto_south]]\n```\nAdd model config to your project config.exs\n\n```elixir\nconfig :ecto_south, :mods,\n  [Simple.Weather]    #your project model module\n```\n\nRun cmd\n```\nmix south\n```\necto_south will check your model changes and auto create migrations File on your project. (./priv/repo/migrations)\n\n\nconfig.exs\n```\nconfig :ecto_south, :path,\n       data_path: \"your path\",   #default \"./priv/repo/migrations.exs\"\n       migrate_path: \"your path\" #default \"./priv/repo/migrations\"\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fatuple%2Fecto_south","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fatuple%2Fecto_south","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fatuple%2Fecto_south/lists"}