I know how to use sqlite, but I feel totally lost on how to do this. Is there an example or tutorial I can follow somewhere?
On Mar 24, 5:19 am, richard schneeman <[email protected]> wrote: > You will need to store the results to a data store such as PostgreSQL > or use a third party questionnaire provider. Heroku does provide a > shared PostgreSQL database with each Heroku App where you could store > the data. That woul require you to set the schema and then insert and > select the data you desire. > > On Mar 23, 1:22 pm, Anthony Fontanilla <[email protected]> > wrote: > > > > > > > > > I want to make a Facebook app that's like a questionnaire. > > > After the user answers the questions, it will display statistics about > > how everyone who took the questionnaire answered. It will show what % > > of people answered "yes" and what % of people answered "no." > > > In order to do this, I need to save the user's answers somewhere. I > > heard that I can't save it to the Heroku server? > > > How do I save user's responses so that they can be retrieved later to > > do these calculations? -- You received this message because you are subscribed to the Google Groups "Heroku" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/heroku?hl=en.
