Create, read, update and delete: Difference between revisions

Content deleted Content added
No edit summary
Databases: Removed "note", per manual of style
Line 38:
Although [[relational database]]s are a common [[persistence layer]] in software applications, numerous other persistence layers exist. CRUD functionality can for example be implemented with [[Document database|document databases]], [[Object database|object databases]], [[XML database]]s, text files, or binary files.
 
Note: Some [[big data]] systems do not implement UPDATE, but have only a timestamped INSERT (journaling), storing a completely new version of the object each time.
 
== RESTful APIs ==