SurrealDB Docs Logo

Enter a search query

.Use()

Switch to a specific namespace and database.

Method Syntax
await db.Use(ns, db)

Arguments

ArgumentsDescription
namespace initially required

Switches to a specific namespace.

database initially required

Switches to a specific database.

cancellationToken optional

The cancellationToken enables graceful cancellation of asynchronous operations.

Example usage

await db.Use("test", "test");

On this page

© SurrealDB GitHub Discord Community Cloud Features Releases Install