elixir - Autogenerate Ecto Schema from Postgres Database or DDL, SQL -


i considering try elixir next project. have been working postgresql sqlalchemy in python , has paid off of have autogeneration tool generates model code database directly. there equivalent sqlacodegen in elixir/ecto?

you can try take @ library plsm have not been using rely on awesome phoenix generator commands instead.


Comments

Popular posts from this blog

angular - DownloadURL return null in below code -

python 2.7 - Given three nested dictionaries, sort the top two nested dictionaries from a value in the innermost dictionary? -