Search the docs
.Version()
Retrieves the version of the SurrealDB instance.
Method Syntax
await db.Version()
cancellationToken
string version = await db.Version(); // Will return "surrealdb-1.1.1"
Previous
Use
Next
Introduction