Data export and import
ORM DataModel has an integrated mechanism for exporting and importing data. It is possible to backup, restore, and transfer data between servers, even if the ORM backend is completely different on different systems.
For example, you can easily transfer your processed data from a project where you started using SQLite to a full-fledged database system such as MariaDB / MySQL and all other types that ORM DataModel supports.
The basic tool for exporting and importing data is two simple utilities in the Jet Studio environment. However, it is important to mention that importing and exporting data as offered by ORM DataModel is not about simply exporting and importing data, but allows you to further process the data during export or before import. So it is assumed that where these utilities are not enough, you will create your own tool that can fully utilize all the possibilities and fully adapt to your needs.
If you need to create your own tools for importing and exporting data, then please get acquainted with the infrastructure that ORM DataModel offers for this purpose.