Hello, I am currently working on the “jmix plugin addon” and would also like to make access to the database possible.
The read/write goes via eclipse jpa, but I haven’t found a real way to create tables yet.
Is there a possibility or api lib of jmix to call liquibase manually and convert a JPA class to xml?
Also, can I somehow import these XML storages into the DataStore using code?
In my current projects I have created a JPA for PluginSettings and then displayed a GUI for all keys, but I also want users to be able to create their “own specific” tables.