• Start

From other databases

Migrating from other databases

Map data and concepts from other databases to SurrealDB using Surreal Sync, the CLI import or SDKs.

This section details how to map data, queries and concepts you may know from other databases and datatypes into SurrealDB.

All of the sources in this section of the documentation can be automatically imported to SurrealDB using the Surreal Sync tool.

To migrate from other databases not yet supported, consider beginning by exporting the database as JSON which can be imported on the command line. Alternatively, you can use one of the many available SDKs to access your existing database and transfer its content directly to a SurrealDB instance.

Was this page helpful?