Lafcadio is an object-relational mapping layer for Ruby and MySQL.
Lafcadio is an object-relational mapping layer for Ruby and MySQL. It lets you treat database rows like first-class Ruby objects, minimizing the amount of time you have to spend thinking about MySQL vagaries so you can spend more time thinking about your program's logic.
Lafcadio is an object-relational mapping layer for Ruby and MySQL. It lets you treat database rows like first-class Ruby objects, minimizing the amount of time you have to spend thinking about MySQL vagaries so you can spend more time thinking about your program's logic.
To install rb-lafcadio, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install rb-lafcadio
To see what files were installed by rb-lafcadio, run:
port contents rb-lafcadio
To later upgrade rb-lafcadio, run:
sudo port selfupdate && sudo port upgrade rb-lafcadio
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.