SQLite Database Browser by sqlitebrowser
上記ページの手順に従ってMake&Install
あらかじめ Homebrew で SQLite と Qt をインストール
$ brew install sqlite --with-functions
$ brew install qt
github からソースコードを落としてくる
$ git clone https://github.com/sqlitebrowser/sqlitebrowser.git
make
$ cd sqlitebrowser
$ qmake
$ make
$ mv src/sqlitebrowser.app /Applications/