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. In addition, CSV data can be automatically imported into Surrealist using its own built-in functionality.
For other sources 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.