saasbook/ruql

Can be linked to database?

monroemann opened this issue · 4 comments

Hello @armandofox @tansaku @pattrsn @deliahu @bjnord,

I'm very curious if this can be linked to the database? We are trying to create a quiz game that allows members to get to know other members using member data from the database.

Thank you!
-Monroe

Hi @armandofox We want our members to get to know one another. Our PostGreSQL database has all the individual information about each member: name, native languages, current country, etc. We want to create a quiz game on top of our live site and current database that capitalizes on this data, by using it to populate the quiz answers.

In other words, we don't want to hard code our quiz answers. We want the quiz answers to be dynamically created.

P.S. - Thanks for responding!