Storm is an object-relational mapper (ORM) for Python developed at Canonical
Storm is a Python object-relational mapper between a SQL database and Python objects. It has been developed at Canonical Ltd. and is used in the application Launchpad. Storm supports a number of common database backends: included in the actual distribution are MySQL, PostgreSQL and SQLite.
Storm is a Python object-relational mapper between a SQL database and Python objects. It has been developed at Canonical Ltd. and is used in the application Launchpad. Storm supports a number of common database backends: included in the actual distribution are MySQL, PostgreSQL and SQLite.
To install py38-storm, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install py38-storm
To see what files were installed by py38-storm, run:
port contents py38-storm
To later upgrade py38-storm, run:
sudo port selfupdate && sudo port upgrade py38-storm
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.