Ima::DBI attempts to organize and facilitate caching and more efficient use of database connections and statement handles by storing DBI and SQL information with your class (instead of as seperate objects). This allows you to pass around just one object without worrying about a trail of DBI handles behind it.
Ima::DBI attempts to organize and facilitate caching and more efficient use of database connections and statement handles by storing DBI and SQL information with your class (instead of as seperate objects). This allows you to pass around just one object without worrying about a trail of DBI handles behind it.
To install p5.28-ima-dbi, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install p5.28-ima-dbi
To see what files were installed by p5.28-ima-dbi, run:
port contents p5.28-ima-dbi
To later upgrade p5.28-ima-dbi, run:
sudo port selfupdate && sudo port upgrade p5.28-ima-dbi
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.