Search the docs
Languages
/
Mojo
Methods
The use() method for the SurrealDB Mojo SDK switches to a specific namespace and database.
Switches the connection to a specific namespace and database.
Method Syntax
client.use(namespace, database, session)
namespace
database
session
client.use("test", "test")
Was this page helpful?
Previous
upsert
Next
version