GitXplorerGitXplorer
s

docs.surrealdb.com

public
72 stars
118 forks
29 issues

Commits

List of commits on branch main.
Verified
8df470d58e5d8b10a66a7aef6876dbef5e068377

Fix some RPC docs content (#877)

mmacjuul committed 2 hours ago
Verified
b898463134c3176cb6cffe585790132c6892fd39

fix 404 on landing page

EEkwuno committed 12 hours ago
Verified
6a0fe4e7a711fa39fefac4962a3871a94f82cdf7

DOC-264 : Add `DEFINE CONFIG` (#874)

EEkwuno committed 13 hours ago
Verified
d734fb51507a0d46ccd749fa7ebb830aff9996f0

fix syntax examples

kkearfy committed 13 hours ago
Verified
362507e257e40778ff646d78b8ed7459d2af1887

Improve surrealist troubleshooting (#873)

mmacjuul committed 17 hours ago
Verified
3216732611d4253e1627acd2185e70106974c52a

auto redirect to /docs for preview

kkearfy committed 17 hours ago

README

The README file for this repository.

SurrealDB Logo

SurrealDB is the ultimate cloud
database for tomorrow's applications

Develop easier.   Build faster.   Scale quicker.


The documentation for SurrealDB, built using Astro.

If you want to contribute, then please read the contributing guidelines.


       

Blog   Github   LinkedIn   Twitter   Youtube   Dev   Discord   StackOverflow


Getting started with SurrealDB

Visit surrealdb.com/docs to get started with SurrealDB.

Contributing to the documentation

Please see our contributing guidelines.

Good First Issues

We have a list of good first issues that contain bugs that have a relatively limited scope. This is a great place to get started, gain experience, and get familiar with our contribution process.

Installation

To get started with contributing to the SurrealDB documentation, first install the required packages using the following command.

bun i 

Development

The following command starts a local development server and opens up a browser window. Most changes are reflected live without having to restart the server.

bun dev

Building

The following command builds and generates static content into the build directory, and can then be served using any static contents hosting service.

bun  build