$Revision$
$Date$
Type db_key_t
This type represents a database key. Every time you need to specify a
key value, this type should be used. In fact, this type is identical to
const char*.
typedef const char* db_key_t;
There are no macros defined (they are not needed).