+ 1
Database for PyQt Application
I am building an remote desktop gui application in PyQt and I want to use Database for storing all the connection information e.g connection name,server address and status of the connection Active or Inactive. Which Database would be good to go for Mongodb or SQL or any other
1 Answer
0
I work with SQL the most.. not really my choice, everyone is using it. But it works quite good for me.