There is an ongoing outage on the primary CPAN mirror. It is possible to work around the issue by using MetaCPAN as a mirror.

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.