Store and retrieve data in a key/value format in a hash database
dbtool can be used to store and retrieve data in a key/value format in a hash database. Perl-compatible regular expressions are supported both for storing and retrieving of data. Its main advantages are the ability to maintain huge amounts of data and speed. It also supports encrypted databases using the RIJNDAEL cipher algorithm.
dbtool can be used to store and retrieve data in a key/value format in a hash database. Perl-compatible regular expressions are supported both for storing and retrieving of data. Its main advantages are the ability to maintain huge amounts of data and speed. It also supports encrypted databases using the RIJNDAEL cipher algorithm.
To install dbtool, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install dbtool
To see what files were installed by dbtool, run:
port contents dbtool
To later upgrade dbtool, run:
sudo port selfupdate && sudo port upgrade dbtool
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.