Deno.Kv.prototype.close - Deno documentation
method Deno.Kv.prototype.close
Kv.prototype.close(): void

Close the database connection. This will prevent any further operations from being performed on the database, and interrupt any in-flight operations immediately.

Return Type

void