diff --git a/Databases/SurrealDB/Command line interface.md b/Databases/SurrealDB/Command line interface.md index 560e59d..3897e8a 100644 --- a/Databases/SurrealDB/Command line interface.md +++ b/Databases/SurrealDB/Command line interface.md @@ -19,4 +19,6 @@ Option two I'm still figuring out. I just export it once I'm done and then impor 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` +`surreal import -e http://127.0.0.1:8002 --user root --pass root --ns test --db test export.surql` + +## Exporting