Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/fast_storage/mod.ts>LocalStorage#getRange

An optimized key-value storage based on sqlite.
Latest
method LocalStorage.prototype.getRange
import { LocalStorage } from "https://deno.land/x/fast_storage@v2.0/mod.ts";

Parameters

optional
start: string
optional
end: string
optional
getKey: boolean = [UNSUPPORTED]

Returns

Promise<any[]>