A Fey-based ORM (If you like SQL, you might like Fey::ORM)
Fey::ORM builds on top of other Fey project libraries to create an ORM focused on easy SQL generation. This is an ORM for people who are comfortable with SQL and want to be able to use it with their objects, rather than people who like OO and don't want to think about the DBMS.
Fey::ORM builds on top of other Fey project libraries to create an ORM focused on easy SQL generation. This is an ORM for people who are comfortable with SQL and want to be able to use it with their objects, rather than people who like OO and don't want to think about the DBMS.
To install p5.34-fey-orm, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install p5.34-fey-orm
To see what files were installed by p5.34-fey-orm, run:
port contents p5.34-fey-orm
To later upgrade p5.34-fey-orm, run:
sudo port selfupdate && sudo port upgrade p5.34-fey-orm
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.