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.