an efficient embedded database library with a small footprint
Metakit is an efficient embedded database library with a small footprint. It fills the gap between flat-file, relational, object-oriented, and tree-structured databases, supporting relational joins, serialization, nested structures, and instant schema evolution.
Metakit is an efficient embedded database library with a small footprint. It fills the gap between flat-file, relational, object-oriented, and tree-structured databases, supporting relational joins, serialization, nested structures, and instant schema evolution.
To install metakit, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install metakit
To see what files were installed by metakit, run:
port contents metakit
To later upgrade metakit, run:
sudo port selfupdate && sudo port upgrade metakit
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.