SQLObject is a popular *Object Relational Manager* for providing an object interface to your database, with tables as classes, rows as instances, and columns as attributes. SQLObject includes a Python-object-based query language that makes SQL more abstract, and provides substantial database independence for applications.
SQLObject is a popular *Object Relational Manager* for providing an object interface to your database, with tables as classes, rows as instances, and columns as attributes. SQLObject includes a Python-object-based query language that makes SQL more abstract, and provides substantial database independence for applications.
To install py38-sqlobject, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install py38-sqlobject
To see what files were installed by py38-sqlobject, run:
port contents py38-sqlobject
To later upgrade py38-sqlobject, run:
sudo port selfupdate && sudo port upgrade py38-sqlobject
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.