Is there a special function for tracing information, or logging to the console while executing queries in SurrealDB, similar to RAISE
in Postgres? I would ideally like to view data without necessarily having to turn it into a string either – as NONE
cannot be converted to a string with type::string()
.