https://github.com/surrealdb/chocolatey
The script for packaging SurrealDB for the Chocolatey package manager
https://github.com/surrealdb/chocolatey
database nosql serverless surreal surrealdb
Last synced: 12 months ago
JSON representation
The script for packaging SurrealDB for the Chocolatey package manager
- Host: GitHub
- URL: https://github.com/surrealdb/chocolatey
- Owner: surrealdb
- License: mit
- Created: 2022-09-14T16:16:08.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2025-06-25T18:05:06.000Z (12 months ago)
- Last Synced: 2025-06-30T07:19:05.380Z (12 months ago)
- Topics: database, nosql, serverless, surreal, surrealdb
- Language: PowerShell
- Homepage: https://community.chocolatey.org
- Size: 1.04 MB
- Stars: 4
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# The SurrealDB Chocolatey Package
SurrealDB is designed to be simple to install and simple to run - using just one command from your terminal. In addition to traditional installation, SurrealDB can be installed and run with HomeBrew, Docker, or using any other container orchestration tool such as Docker Compose, Docker Swarm, Rancher, or in Kubernetes. Visit the [SurrealDB install page](https://surrealdb.com/install) for more information.
This repository houses the package builder and deployment scripts for publishing the latest SurrealDB release to [community.chocolatey.org](https://community.chocolatey.org/packages/surreal). It checks for new releases on a daily basis, and automatically updates the package listing on Chocolatey for Windows machines.
To install SurrealDB using Chocolatey, using the following command on a Windows machine.
```bash
choco install surreal
```
The `surreal` command will then be avaialble on any Windows shell as a Chocolatey shim.
### Original
This code was created originally by [ProphetLamb](https://github.com/ProphetLamb), and is now an officially maintained package, managed by SurrealDB. The code is licensed under the [MIT](https://choosealicense.com/licenses/mit/) license.