EasyMorph data format

We start from simple file store – i.e. a table can be exported entirely into a file in the native format, or imported from it.

Eventually, we will be adding some database-like capabilities – i.e. pre-filtering data on load (similar to WHERE clause in SQL), appending, and even joining tables. These operations will be performed on the Server side in cases when data is retrieved from EasyMorph Server. So basically, EasyMorph Server will become a lightweight and simple shared data store (with an ODBC driver).

The ability to update tables in a single step hasn’t been discussed yet, but it’s an interesting suggestion.