Zybercik00 / DataSyncExcel

The Excel File Handling Application is a tool designed for efficient data management from Excel files. It provides capabilities to read, save data to a database, and search for specific information within the Excel files.
0 stars 0 forks source link

Converting H2 DB to PostreSQL #6

Open Zybercik00 opened 1 year ago

Zybercik00 commented 1 year ago

Currently in project is used H2 data base wich was good on the beginning to build project. Now it need to be convert to PostreSQL wich will be more useful for future purpose.

acebanenco commented 1 year ago

This issue dependes on #10

acebanenco commented 1 year ago

Kamil, kindly consider PostreSQL as more mature database compared to MySQL

Zybercik00 commented 1 year ago

Thank you for the hint, I will apply PostreSQL to the project in that case.