DuckDB is an embeddable SQL OLAP Database Management System
DuckDB is an embedded database designed to execute analytical SQL queries fast while embedded in another process. It is designed to be easy to install and easy to use. DuckDB has no external dependencies. DuckDB has bindings for C/C++, Python and R. DuckDB is developed by the Database Architectures group of the CWI.
DuckDB is an embedded database designed to execute analytical SQL queries fast while embedded in another process. It is designed to be easy to install and easy to use. DuckDB has no external dependencies. DuckDB has bindings for C/C++, Python and R. DuckDB is developed by the Database Architectures group of the CWI.
To install duckdb, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install duckdb
To see what files were installed by duckdb, run:
port contents duckdb
To later upgrade duckdb, run:
sudo port selfupdate && sudo port upgrade duckdb
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.