Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/plasmatech8/surrealdb-sandbox
https://github.com/plasmatech8/surrealdb-sandbox
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/plasmatech8/surrealdb-sandbox
- Owner: plasmatech8
- License: mit
- Created: 2023-10-13T02:58:20.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-10-22T22:25:47.000Z (about 1 year ago)
- Last Synced: 2024-08-01T22:43:18.640Z (5 months ago)
- Language: Svelte
- Homepage: https://surrealdb-sandbox.pages.dev/
- Size: 2.15 MB
- Stars: 12
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-surreal - SurrealDB Sandbox - An offline browser-based playground for experimenting with SurrealDB. (Projects)
README
# SurrealDB Sandbox
**SurrealDB Sandbox** is a web application that allows you to experiment with SurrealDB in your browser.
It provides a SurrealQL editor for writing queries and a JSON response viewer to see the results.
A hassle-free, zero-setup playground for SurrealDB.
![screenshot](static/screenshot.png)
An offline browser-based playground for experimenting with SurrealDB.▶ [Try the Live Demo](https://surrealdb-sandbox.pages.dev/)
## Features
- **SurrealQL Query Editor**: Write SurrealDB queries using the built-in editor. (Currently just a plaintext editor)
- **JSON Response Viewer**: View the JSON responses generated by your queries.
- **Interactive Sandbox** : Experiment with SurrealDB without the need to set up a local environment.
- **Save/Load Database**: Save and load your current session to local browser storage, or load an provided example.## Getting Started
### Prerequisites
Make sure you have Node.js installed.
### Installation
Clone the repository and install dependencies:
```bash
git clone https://github.com/plasmatech8/surrealdb-sandbox
cd surrealdb-sandbox
npm install
```Start the development server:
```bash
npm run dev
```## License
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.