Which database to use for quickly and pygtk

Posted by usher on Ask Ubuntu See other posts from Ask Ubuntu or by usher
Published on 2012-09-07T09:31:11Z Indexed on 2012/09/07 9:49 UTC
Read the original article Hit count: 213

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:

  1. Is it a good choice using mysql as database

    1.2 If not what is?

  2. 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?)

  3. Where to store secure data outside the mysql (or whatever) for conecting the database every time a user launch the application

© Ask Ubuntu or respective owner

Related posts about software-center

Related posts about application-development