Hello Everyone, we always used PostgreSQL but want to switch to Apache Derby since it is great for our purposes. The only thing that prevents us from doing so is the transfer of data from PostgreSQL to Derby.
Our application is based on hibernate and generates the DB structure from scratch should it not exist. So tables etc. are in the Derby db, but we don't know how to move the PostgreSQL data to the Derby db. Is there a script available or perhaps a GUI application that is able to do so? Thank you very much, Walter
