
Metabase::Archive::MongoDB - Metabase storage using MongoDB

version 1.000

use Metabase::Archive::MongoDB;
Metabase::Archive::MongoDB->new(
host => 'mongodb://localhost:27017',
db_name => 'my_metabase',
);

This is an implementation of the Metabase::Archive role using MongoDB.

See Metabase::Backend::MongoDB for constructor attributes. See Metabase::Archive and Metabase::Librarian for details on usage.

David Golden <dagolden@cpan.org>

This software is Copyright (c) 2011 by David Golden.
This is free software, licensed under:
The Apache License, Version 2.0, January 2004