The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

App::Repository::File - a repository which stores its data in flat files

SYNOPSIS

   use App::Repository::File;

   (see man page for App::Repository for methods)

DESCRIPTION

The App::Repository::FileSystem class encapsulates all access to files on a file system as though they were in a relational data store. It implements access to a few logical tables: file and filesystem.

It is different than App::Repository::File which stores data in files. Rather, App::Repository::FileSystem gives access to all file system data as though it were in a single table.