Description
File-backed storage can be added as a model inside Catalyst applications. Developers use this module when a web app needs simple filesystem persistence instead of a database-backed model. It reads and writes files according to the host app configuration, so paths and permissions need care.