From f9dd66e26eaf4a59a64caa33fec2e01d377a3f38 Mon Sep 17 00:00:00 2001 From: "Wyatt J. Miller" Date: Mon, 1 Jan 2024 22:30:40 -0500 Subject: [PATCH] vault backup: 2024-01-01 22:30: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 d138b5b..560e59d 100644 --- a/Databases/SurrealDB/Command line interface.md +++ b/Databases/SurrealDB/Command line interface.md @@ -17,4 +17,6 @@ Option two I'm still figuring out. I just export it once I'm done and then impor *- I also use Docker (or some other OCI runtime like Podman) also. -* ## Importing an existing database -Imports deal with SurQL files, similar to SQL files, filled with statements that SurrealDB will read and be ready when \ No newline at end of file +Imports deal with SurQL files, similar to SQL files, filled with statements that SurrealDB will read and be ready when you start the database. + +`surreal import -e http://127.0.0.1:8002 --user root --pass root --ns test --db test downloads/surreal_deal_v1.surql`