Hi all,
I'm a student who has done some webdevelopment in the past (with MySQL), nothing professional just simple stuff. Now I need to make a java application for someone, and this is completely new for me.
For that I'm looking for the right database. At first I thought PostgreSQL would be the right one but I'm getting more and more confused.
I only have a few conditions:
- The database has to be free for commercial use
- I'm writing the application in java
- The end-user must have the opportunity to install the application from a cd-rom. The installation process must be very simple, in other words the database must install itself, and after the installation process the application must be ready to use.
- The purpose of the application is that they can read and write data from/to the database.
- The database must be embedded
- The application will run on Windows (I don't think that really matters, but just in case)
So the main question I have is: is PostgreSQL suited for such an application, or can you advise me something better?
Thanks in advance...