Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Go to Latest
class FilesystemPersistence
implements Persistence
import { FilesystemPersistence } from "https://deno.land/x/frugal@0.5.0/packages/core/mod.ts";

A persistence layer using the filesystem

Constructors

new
FilesystemPersistence()

Methods

delete(path: string)
open(path: string)
read(path: string)
set(path: string, content: string)