The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Name

Mojito::Page::CRUD::Mongo - MongoDB CRUD

Methods

create

Create a page in the database.

read

Read a page from the database.

update

Update a page in the database.

delete

Delete a page from the database.

get_all

Get all pages in the notes collection. Returns a MongoDB cursor one can iterate over.