diff --git a/Databases/SurrealDB/Command line interface.md b/Databases/SurrealDB/Command line interface.md index 6ab6c4a..14aa44b 100644 --- a/Databases/SurrealDB/Command line interface.md +++ b/Databases/SurrealDB/Command line interface.md @@ -21,10 +21,15 @@ Imports deal with SurQL files, similar to SQL files, filled with statements that Example: `surreal import -e http://127.0.0.1:8002 --user root --pass root --ns test --db test export.surql` +The HTTP protocol must be used in the export process + ## Exporting a running database Exporting throws everything into a SurQL file, used for analysis and importing (for later!) Example: `surreal export -e http://localhost:8002 --user root --pass root --ns test --db test export.surql` -The HTTP protocol must be used in the export process \ No newline at end of file +The HTTP protocol must be used in the export process + +## SQL mode +