Changes between Version 3 and Version 4 of NifDB


Ignore:
Timestamp:
Apr 17, 2012, 10:05:36 AM (13 years ago)
Author:
manualwiki
Comment:

some fixes in NifDB

Legend:

Unmodified
Added
Removed
Modified
  • NifDB

    v3 v4  
    6060% It will print the following: 
    6161{ok, backup.2} 
    62 % That backup.2 will be created in the same directory as backup.1. 
     62% That 'backup.2' will be created in the same 
     63% directory as 'backup.1' (./data/graphs/<<graph name>>/). 
    6364 
    64 % Now we want to know some informations about backup.2. 
     65% Now we want to know some informations about 'backup.2'. 
    6566% Note: Here you can specify either 'backup.2' or "backup.2" or just 2.  
    6667ri:backup_info(2). 
     
    7273ri:ls_backups(). 
    7374 
    74 % Undo all changes made since the last backup. So it will load backup.2. 
     75% Undo all changes made since the last backup. So it will load 'backup.2'. 
    7576ri:undo(). 
    7677