I
I
Ivan_Petrov_XXX2021-02-13 12:36:05
Database
Ivan_Petrov_XXX, 2021-02-13 12:36:05

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

3 answer(s)
R
Roman Mirilaczvili, 2021-02-13
@Ivan_Petrov_XXX

CSV, XML are usually supported for import in many DBMS.

A
Alexey Leontiev, 2021-02-15
@BEERsk

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.

D
Dr. Bacon, 2021-02-13
@bacon

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 question

Ask a Question

731 491 924 answers to any question