DB_NOTFOUND
#define DB_NOTFOUND ( -7) /* Key/data pair not found (EOF). */
DB_NOTFOUND = 1,
enum db_status {DB_SUCCESS, DB_NOTFOUND, DB_NOTUNIQUE,