Document-Object Mapper/Toolkit for Mongo Databases
MongoAlchemy is a layer on top of the Python MongoDB driver which adds client-side schema definitions, an easier to work with and programmatic query language, and a Document-Object mapper which allows python objects to be saved and loaded into the database in a type-safe way.
MongoAlchemy is a layer on top of the Python MongoDB driver which adds client-side schema definitions, an easier to work with and programmatic query language, and a Document-Object mapper which allows python objects to be saved and loaded into the database in a type-safe way.
To install py27-mongoalchemy, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install py27-mongoalchemy
To see what files were installed by py27-mongoalchemy, run:
port contents py27-mongoalchemy
To later upgrade py27-mongoalchemy, run:
sudo port selfupdate && sudo port upgrade py27-mongoalchemy
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.