The problem is that originally this project was dependent on Hive (deprecated), and later on Isar (also deprecated).
This is no go way to create reliable systems which end user can user and not afraid to lose the data.
Therefore, I need to rethink how data is treated entirely , and then do maintenance build just to keep working version and give ability for user to migrate their data to new application.
In the same time new version should not use any kind of internal dependency for storage..
The problem is that originally this project was dependent on Hive (deprecated), and later on Isar (also deprecated).
This is no go way to create reliable systems which end user can user and not afraid to lose the data.
Therefore, I need to rethink how data is treated entirely , and then do maintenance build just to keep working version and give ability for user to migrate their data to new application.
In the same time new version should not use any kind of internal dependency for storage..