logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

Catmandu::Plugin::Readonly - Make stores or bags read-only

Description

       The Catmandu::Plugin::Readonly will transform a Catmandu::Store or a Catmandu::Bag in read-only mode: all
       writes, deletes and drops will be ignored.

       This command will work on Catmandu::Store implementations.

Name

       Catmandu::Plugin::Readonly - Make stores or bags read-only

See Also

       Catmandu::Store, Catmandu::Bag

perl v5.40.0                                       2025-01-17                    Catmandu::Plugin::Readonly(3pm)

Synopsis

        $ cat catmandu.yml
        ---
        store:
         test:
           package: MongoDB
           options:
             default_plugins: [ 'Readonly']

See Also