Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Last revisionBoth sides next revision
protogrid:card [2017-11-03 11:49] sblprotogrid:card [2018-02-07 10:26] 31.17.252.102
Line 1: Line 1:
 ====== Card ====== ====== Card ======
  
-The Card defines the basic element of Protogrid. Everything is stored in some kind of Card. Mostly, Cards define your data based on some kind of [[Proto]], which you can open by using the Option "This Card -> Open Proto" in the bottom right corner. Cards can also be accessed through the [[protogrid:json_api|JSON-API]]. +The Card defines the basic element of Protogrid. Everything is stored in some kind of Card. For instance, properties of an App are edited via the card "Application Settings". This is also the first card of a new app. 
 + 
 +Mostly, Cards define your data based on some kind of [[Proto]], which you can open by using the Option "This Card -> Open Proto" in the bottom right corner. Cards can also be accessed through the [[protogrid:json_api|JSON-API]].  
 + 
 +=====Comparison with relational databases===== 
 +While in relational databases, a single data entry is given by a row of a table, a card represents the data entry in Protogrid. If you have a table "books" in which each entry has an attribute "ID", "Name", "Author", each of these attributes corresponds to a field on a card in Protogrid. 
Print/export