plasmatech8 / surrealdb-sandbox

Home Page:https://surrealdb-sandbox.pages.dev/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

An offline browser-based playground for experimenting with SurrealDB.

Try the Live Demo

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:

git clone https://github.com/plasmatech8/surrealdb-sandbox
cd surrealdb-sandbox
npm install

Start the development server:

npm run dev

License

This project is licensed under the MIT License - see the LICENSE file for details.

About

https://surrealdb-sandbox.pages.dev/

License:MIT License


Languages

Language:Svelte 72.9%Language:TypeScript 15.1%Language:JavaScript 6.4%Language:CSS 3.7%Language:HTML 1.9%