I can't find the database storage files on my macOS #67
-
SurrealDB seems to be interesting and attractive, so i decided to try it on my macBook. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Hi @FullStackPlayer, make sure you have upgraded to the surreal start --log trace --user root --pass root file:/Users/nationtech/SurrealDB The As a further example you could use Let me know if you have any further questions! |
Beta Was this translation helpful? Give feedback.
Hi @FullStackPlayer, make sure you have upgraded to the
1.0.0-beta.7
version and then start the database using the following command:The
file:
denotes that it will use the file storage implementation. The/Users/nationtech/SurrealDB
is the location path of the storage folder. That will create aSurrealDB
folder which will contain all of the database files (powered by RocksDB).As a further example you could use
file:mydatabase
to create a foldermydatabase
in the current directory.Let me know if you have any further questions!