Which Database is best for QT GUI application?
-
wrote on 26 May 2015, 09:06 last edited by
I want to use database for storing information in a QT GUI application. Which is best RDBMS with QT
-
wrote on 26 May 2015, 09:25 last edited by
Hi and welcome to devnet,
I used successfully PostgreSQL, MySQL, ORACLE and SQLite plugins.
The choice depends of your requirements and constraints.If you can run a local connection (no network connection) and you don't need concurrent access you can go to SQLite.
For general purpose applications I suggest PostgreSQL (the licensing is the most flexible).ORACLE is IMO the BEST RDBMS but is expensive.
1/2