This is a custom Homebrew tap for SurrealDB.
You can install the package in one command:
brew install surrealdb/tap/surreal
You can install the nightly release in one command:
brew install surrealdb/tap/surreal-nightly
To start SurrealDB you can run:
surreal -vvv start memory
To have launchd
start surreal
and restart at login, run:
brew services start surreal
To stop the server instance run:
brew services stop surreal