Skip to content

mithereal/ex_dbmigrate

Repository files navigation

ExDbmigrate

Hex Docs Hex.pm License Last Updated Build Status

Generate phoenix schemas, html, json and live from existing database

Installation

If available in Hex, the package can be installed by adding ex_dbmigrate to your list of dependencies in mix.exs:

def deps do
  [
    {:ex_dbmigrate, "~> 0.1.0"}
  ]
end

Usage:

mix ExDbmigrate.Gen.Schema
mix ExDbmigrate.Gen.Html
mix ExDbmigrate.Gen.Json
mix ExDbmigrate.Gen.Live

Documentation can be generated with ExDoc and published on HexDocs. Once published, the docs can be found at https://hexdocs.pm/ex_dbmigrate.

About

a tool that migrates an existing db to phoenix/elixir

Resources

License

Stars

Watchers

Forks

Sponsor this project

Packages

No packages published