Docs
Search the docs
Methods
Connects the client to the underlying endpoint, also improving performance to avoid cold starts.
await db.Connect()
Arguments
Description
cancellationToken
The cancellationToken enables graceful cancellation of asynchronous operations.
await db.Connect();
Was this page helpful?
Previous
SDK methods
Next
Create