Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/keydb/mod.ts>Keydb#clear

Simple Key-value storage module with support for multiple database backends.
Latest
method Keydb.prototype.clear
import { Keydb } from "https://deno.land/x/keydb@1.0.0/mod.ts";

Clear complete Database.

Returns

Promise<this>