I need a open source database for POS application(Swing). I don’t know much about database as I have been delighted by JPA. I would like to use MySQL database now, but I don’t know which one of them will be best suited to POS application. I have gone thro’ their site. Which among the following is best and what is their difference?
Requirement:
- Maximum of 10 POS will access the database.
- Sequence generation and simple Stored procedures will be employed.
If I had left out any other open-source DB that will suit my need, please point it out.
Thanks for any help.
The answer really depends on your environment and other requirement like HA, license issues. 10 concurrent access should be no problem for most popular open source DB with today’s hardware and most popular open source DB supports sequence generation/stored procedures except SQLite.
the community server should be fine for you.
You might also want to check others like
these DB has commercial friendly license in case you need redistribute.