.Export()
Export the database as a SurrealQL script.
To use this method, you need to be connected to a SurrealDB instance that is version >= 2.1.0.
Arguments
| Arguments | Description |
|---|---|
options
| Export configuration options. |
cancellationToken
| The cancellationToken enables graceful cancellation of asynchronous operations. |