Skip to main content

close

method Deno.Kv.prototype.close
Jump to headingKv.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 Jump to heading

void
Back to top