Difference between revisions of "Category:Database Timelines"

From Lianjapedia
Jump to: navigation, search
Line 1: Line 1:
 +
Lianja database timelines provide row versioning for database tables for all CRUD operations performed on data. Whenever a change is made to a table that is timeline enabled then delta changes are automatically recorded for each transaction. Changes made to any tables that are timeline enabled can be undone much like you would undo changes to program code that you edit in a text editor.
 +
 +
Database timelines record who did what from where, when they did it and what they changed.
 +
 +
 
[[Category:Documentation]]
 
[[Category:Documentation]]

Revision as of 09:15, 30 November 2017

Lianja database timelines provide row versioning for database tables for all CRUD operations performed on data. Whenever a change is made to a table that is timeline enabled then delta changes are automatically recorded for each transaction. Changes made to any tables that are timeline enabled can be undone much like you would undo changes to program code that you edit in a text editor.

Database timelines record who did what from where, when they did it and what they changed.