Skip to main content
method Deno.Kv.prototype.close

Close the database connection. This will prevent any further operations from being performed on the database, but will wait for any in-flight operations to complete before closing the underlying database connection.

Returns

Promise<void>