Simple database: Difference between revisions

Content added Content deleted
m (→‎{{header|UNIX Shell}}: copy/paste error)
(see also)
Line 23: 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]].
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}}==
=={{header|UNIX Shell}}==
This format is guaranteed to be human readable: if you can type it, you can read it.
This format is guaranteed to be human readable: if you can type it, you can read it.