method Deno.Kv.prototype.closeKv.prototype.close(): voidDeprecatedClose the database connection. This will prevent any further operations from being performed on the database, and interrupt any in-flight operations immediately. Return Typevoid