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

Is there a better way to structure post methods in Class Based Views -

reflection - How to access the object-members of an object declaration in kotlin -

php - Doctrine Query Builder Error on Join: [Syntax Error] line 0, col 87: Error: Expected Literal, got 'JOIN' -