I am running a website in Codeigniter framework. I am using postgresql. I went through APPFOG documentation. But it is not clear to me how I configure postgres database . Where do I host the database? How do I make database updates?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Database.php inside application/config, replace the lines,
with
That would take care of database connectivity.
for making updates use af tunnel.