Which database to use for quickly and pygtk
- by usher
I'm writing application using quickly Pygtk and glade.
this application should have database connection (such as MySQL) for reading and writing data from the local or outsourcing machine \ server.
However, in my machine there is MySQL installed, but when releasing the app it sould be installed on another ubuntu machine, which may not have mysql and moreover not the same database with the required database name and structure....
So my questions are:
Is it a good choice using mysql as database
1.2 If not what is?
Is it posible to embeding mysql or other database program during the installation from ubuntu software center?
2.2 If it's posible: hwo(any tutorial?)
Where to store secure data outside the mysql (or whatever) for conecting the database every time a user launch the application