Installing ejdb on Mac using Brew
Package Information:
Name: ejdb
Use: EJDB is the embeddable (in-process) database engine designed for querying collections of JSON documents and persisting data.
URL: http://ejdb.org
Installation Steps:
- Launch Terminal by pressing
<command+space>
. Type terminal and hitEnter
key. - Now, run
ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" < /dev/null 2> /dev/null
- Install ejdb using brew
brew install ejdb
ejdb is ready to use now!