h2

Lightweight Java SQL database engine with in-memory and file storage

brewmacoslinux
Try with needOr install directly
Source

About

Java SQL database

Commands

h2

Examples

Start the H2 web console server$ h2 -web
Connect to an H2 database file$ h2 -url jdbc:h2:~/test -user sa
Run H2 in server mode on port 9092$ h2 -tcpPort 9092