Skip to content

Latest commit

 

History

History
43 lines (27 loc) · 671 Bytes

README.md

File metadata and controls

43 lines (27 loc) · 671 Bytes

The SurrealDB Homebrew Tap

This is a custom Homebrew tap for SurrealDB.

Latest release

You can install the package in one command:

brew install surrealdb/tap/surreal

Nightly release

You can install the nightly release in one command:

brew install surrealdb/tap/surreal-nightly

Starting Surreal

Start surreal manually

To start SurrealDB you can run:

surreal -vvv start memory

Run surreal as a service

To have launchd start surreal and restart at login, run:

brew services start surreal

To stop the server instance run:

brew services stop surreal