I am switching my programs database from sqlite to a different solution. The problem is sqlite has a lot of concurrency issues, and since I have up to 4 computers accessing the database simultaneously, I need a new solution. I am thinking about using one of the following:
Perst
SchimoreDB
Berkely DB
Valentina
Does anyone know which of these should best fit my solution?