Easy Steps to Install derby on Mac
Package Information:
Name: derby
Use: Apache Derby, an Apache DB subproject, is an open source relational database implemented entirely in Java and available under the Apache License, Version 2.0.
URL: https://db.apache.org/derby/
Installation Steps:
- Open Terminal.
- Run the following command
ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" < /dev/null 2> /dev/null
- Install derby using brew
brew install derby
derby is ready to use now!