From 62495d654dd070cda06c6330e562ea07d37e76b8 Mon Sep 17 00:00:00 2001 From: "Wyatt J. Miller" Date: Mon, 1 Jan 2024 22:32:40 -0500 Subject: [PATCH] vault backup: 2024-01-01 22:32:40 --- Databases/SurrealDB/Command line interface.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Databases/SurrealDB/Command line interface.md b/Databases/SurrealDB/Command line interface.md index 3897e8a..a75711b 100644 --- a/Databases/SurrealDB/Command line interface.md +++ b/Databases/SurrealDB/Command line interface.md @@ -21,4 +21,6 @@ Imports deal with SurQL files, similar to SQL files, filled with statements that `surreal import -e http://127.0.0.1:8002 --user root --pass root --ns test --db test export.surql` -## Exporting +## Exporting a running database + +Exporting throws everything into a SurQL file, used for analysis