MendeleySQLite
view release on metacpan or search on metacpan
MendeleSQLite
=============
A collection of tools written in Perl for working directly with the Mendeley client SQLite database.
For more information on how to locate the Mendeley Desktop database: http://support.mendeley.com/customer/portal/articles/227951-how-do-i-locate-mendeley-desktop-database-files-on-my-computer-
While most of these tools operate on a read-only basis, always make a backup of your data before hand: either use the built-in desktop client's backup function or make a copy of the file itself.
For more information on how to backup your local database: http://www.mendeley.com/faq/#howto-backup-data
Tools
________
Generate an HTML tagcloud of all your keywords:
```shell
perl -Ilib bin/maketagcloud.pl --dbfile=moo.sqlite --mode=keywords > cloud.html
( run in 0.465 second using v1.01-cache-2.11-cpan-299005ec8e3 )