Skip to main content
The Deno 2 Release Candidate is here
Learn more
Go to Latest
class FilesystemPersistence
implements Persistence
import { FilesystemPersistence } from "https://deno.land/x/frugal@0.5.0/docs/dep/frugal/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)