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