Answer the question
In order to leave comments, you need to log in
The simplest relational database format?
Is there some simplest (basic) relational database format,
data from which is easily parsed / transferred to any other "more sophisticated" database.
Something like the parent of all relationals.
I am also interested in the presence of a simple program to create and edit such a file manually.
It is necessary for any small experiments.
Found the DBF format. This is it?
Answer the question
In order to leave comments, you need to log in
CSV, XML are usually supported for import in many DBMS.
I would look towards sqlite (along with some manager). You can play around with SQL queries, and export-import is much easier to set up than with DBF.
data from which is easily parsed / transferred to any other "more sophisticated" database.All this is done not through format parsing, but through SQL, and in case of incompatibility, either a converter is used, or a transfer script is written in any available PL.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question