Database selection

I have a customer with a small network 3 PC (windows 7) and 2 mac (macbook).
I have make one app for him for some data collection with sqlite.
Now he want to use the program on the network for all the pc’s + mac.
I am familiar with mysql and sqlite but no with others!!
Can someone point me what is best to use for database?
I don’t care about migration from sqlite file,database will be fresh start(empty).

I would suggest PostgreSQL.

CubeSQL is free for 3 concurrent users and is largely identical to SQLite.

Stephen Cubesql is for both platforms?
Can xojo work with Cubesql?
Need something extra?(plugins etc…)

[quote=239554:@Loannis Kolliageorgas]Stephen Cubesql is for both platforms?
Can xojo work with Cubesql?
Need something extra?(plugins etc…)[/quote]

CubeSQL Has both Mac and Windows versions available. It works mostly the same as SQLite with a few extra functions available. If you are familiar with SQLite then you will have no issues using CubeSQL.

:slight_smile:

[quote=239554:@Loannis Kolliageorgas]Stephen Cubesql is for both platforms?
Can xojo work with Cubesql?
Need something extra?(plugins etc…)[/quote]

cubeSQL works on Mac & Win.
Xojo works very well with cubeSQL.
there is a plugin that you need but comes with cubeSQL or you can download it separately. plugin is free.

now if you use ActiveRecord, it works with cubeSQL just as well as it works with SQLite.

I used cubeSQL a lot these days.