Easy steps to install duckdb package on Mac
Package Information:
Application Name – duckdb
What is duckdb – Not Available for duckdb
Use of duckdb – Embeddable SQL OLAP Database Management System
URL – https://www.duckdb.org
Installation Steps:
- Open Terminal using Spotlight search by pressing
<command+space>
. Type terminal and hitEnter
key. - Now, run following command to install homebrew (brew)
- Install duckdb using brew
brew install duckdb
ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" < /dev/null 2> /dev/null
duckdb is ready to use now!