Elixir does not intend to replace SQLAlchemy's core features, but instead focuses on providing a simpler syntax for defining model objects when you do not need the full expressiveness of SQLAlchemy's manual mapper definitions.
Elixir does not intend to replace SQLAlchemy's core features, but instead focuses on providing a simpler syntax for defining model objects when you do not need the full expressiveness of SQLAlchemy's manual mapper definitions.
To install py27-elixir, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install py27-elixir
To see what files were installed by py27-elixir, run:
port contents py27-elixir
To later upgrade py27-elixir, run:
sudo port selfupdate && sudo port upgrade py27-elixir
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.