Simple database: Difference between revisions

see also
m (→‎{{header|UNIX Shell}}: copy/paste error)
(see also)
Line 23:
The fileformat on disk should be human readable, but it need not be standardized. A natively available format that doesn't need an external library is preferred. Avoid developing your own format however if you can use an already existing one. If there is no existing format available pick one of: [[JSON]], [[S-Expressions]], YAML, or [[wp:Comparison_of_data_serialization_formats|others]].
 
See also [[Take notes on the command line]] for a related task.
=={{header|UNIX Shell}}==
This format is guaranteed to be human readable: if you can type it, you can read it.
Anonymous user