.Version()
Retrieves the version of the SurrealDB instance.
Method Syntax
db.Version()
Arguments
Arguments | Description |
---|
cancellationToken optional | The cancellationToken enables graceful cancellation of asynchronous operations. |
Example usage
version := db.Version()