Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feature Request]: Export Script from H2 and Import to External Database #2626

Open
1 task done
DarioGii opened this issue Jan 7, 2025 · 0 comments
Open
1 task done
Labels
Back End Issues related to back-end development enhancement New feature or request Java Pull requests that update Java code

Comments

@DarioGii
Copy link
Contributor

DarioGii commented Jan 7, 2025

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() method

Additional Information

No response

No Duplicate of the Feature

  • I have verified that there are no existing features requests similar to my request.
@DarioGii DarioGii added enhancement New feature or request Java Pull requests that update Java code Back End Issues related to back-end development labels Jan 7, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Back End Issues related to back-end development enhancement New feature or request Java Pull requests that update Java code
Projects
None yet
Development

No branches or pull requests

1 participant