SurrealDB

SurrealDB is a multi-model DBMS that supports embedded and shared-nothing deployments. It uses a hybrid data model that combines documents with explicit graph edge relationships.

Joins

Not Supported

SurrealDB does have the concept of joins. Instead of Joins between pre-defined relations, SurrealDB uses graph edges (record links) to link records to each other. With graph edges and the ability to store arrays and objects as field members, SurrealDB can provide the functionality of Joins along with other graph-based operations like path traversal.

Query Execution

Tuple-at-a-Time Model

Query Interface

Custom API SQL HTTP / REST

Storage Organization

Copy-on-Write / Shadow Paging

Stored Procedures

Supported

System Architecture

Shared-Nothing Embedded

Data Model

Document / XML Graph

SurrealDB Logo
Website

https://surrealdb.com/

Source Code

https://github.com/surrealdb/surrealdb

Tech Docs

https://surrealdb.com/docs

Twitter

@surrealdb

Developer

SurrealDB Ltd.

Country of Origin

GB

Start Year

2016

Project Type

Commercial, Open Source

Written in

Rust

Supported languages

Perl

Embeds / Uses

EchoDB, FoundationDB, RocksDB, TiKV

Compatible With

EchoDB, FoundationDB, RocksDB, TiKV

Operating Systems

Linux, OS X, Windows

Licenses

Business Source License