Universally Unique IDentifier
recidive - October 21, 2008 - 16:50
Generate Universally Unique IDentifier (UUID) for Drupal objects.
Current features include:
- Automatic UUID generation/loading/deleting for nodes, node revisions and users.
- Allow choosing which content types to create UUIDs for (Drupal 6).
- Option to batch create UUIDs for objects which don't have it already (Drupal 6).
You should only install this module if other module advised you to do so, or if you plan to use UUIDs on your site, with custom code.
This module currently uses MySQL's UUID() function, so it's MySQL specific.
