Surreal REPL - few suggestions #32
ansarizafar
started this conversation in
Ideas
Replies: 2 comments 2 replies
-
Hi @ansarizafar these are all good points! I'll create separate issues for each of these points. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Surreal REPL is a great addition to SDB tools. Here are few suggestions.
--ns and --db arguments are required but If we have started SDB server for the first time or If we don't have any existing NS/DB then we can't specify NS/DB.
Suggestion: --ns and --db arguments should be optional
At REPL prompt each request must include USE NS ; and USE DB ; which is not very convenient.
Suggestion: REPL should remember and include current NS and DB with each request automatically.
There is no way to check currently used NS and DB.
Suggestion: We should have a command/statement for finding currently used NS and DB.
Beta Was this translation helpful? Give feedback.
All reactions