Skip to main content
Go to Latest
class FilesystemPersistence
implements Persistence
import { FilesystemPersistence } from "https://deno.land/x/frugal@0.5.0/core.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)