[Feature Request]: Export Script from H2 and Import to External Database #2626
Labels
Back End
Issues related to back-end development
enhancement
New feature or request
Java
Pull requests that update Java code
Feature Description
When exporting the database, the script that is generated is only compatible with H2. This will lead to compatibility issues when importing the scripts to other databases (e.g. PostgreSQL) due to the differences in syntax and other functions.
Implement functionality to convert the scripts into ones compatible with other variants so users can successfully export and import their scripts from one database to another.
Why is this feature valuable?
Allows for the portability of users' data. Users will be able to export the data in one database and import to another.
Suggested Implementation
Create and a class to perform the conversion that is called after the
executeDatabaseScript()
methodAdditional Information
No response
No Duplicate of the Feature
The text was updated successfully, but these errors were encountered: