Skip to content

surrealdb/homebrew-tap

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

89 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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