wanted a database connection.

Asked by Rohith Kumar

I installed Django. and wanted a database connection.

as per the tutorial i have it mentions
  PostgreSQL (http://www.postgresql.org/)

  SQLite 3 (http://www.sqlite.org/)

  MySQL (http://www.mysql.com/)

three good database support. However, I am unable to find the proper link. can anyone get me from above any one software which I can download and install.

I checked out Software Center, my it got SQL lite. I don't know is that the one which i should install, though the website shows different link.

Help need through a link to download or command to download and install..

Question information

Language:
English Edit question
Status:
Answered
For:
Ubuntu Edit question
Assignee:
No assignee Edit question
Last query:
Last reply:
Revision history for this message
wojox (wojox) said :
#1

It's sqlite3:

sudo apt-get update; sudo apt-get install sqlite3

Can you help with this problem?

Provide an answer of your own, or ask Rohith Kumar for more information if necessary.

To post a message you must log in.