Accesing to SQL database (or similar): how?

Monkey Forums/Monkey Programming/Accesing to SQL database (or similar): how?

pinete(Posted 2011) [#1]
Hi ;)
is there any lib to have access to read/write to web databases?
The question is to stablish simple communication between your HTML5 program and the dtabase, for example, to save the progress of the player..
Someone could point me in the correct way to do this? how is supposed this could be done?
Thanks a lot :P


Playniax(Posted 2011) [#2]
I think this is a must have for Monkey.

If nobody is going to write or port something like this I would probably pick it up myself but if some one else likes this challenge, please go ahead :)


pinete(Posted 2011) [#3]
yes, I agree absolutely with you, Playniax, to have that issue solved seems to be key in order to allow the development of a wide range of products.


Indiepath(Posted 2011) [#4]
I rolled a module a little while back for HTTP access : http://www.monkeycoder.co.nz/Community/posts.php?topic=137


Qcat(Posted 2011) [#5]
For server side PHP is the best way to interface with SQL for sure. SQLite wood probably be the best local storage solution.

@indiepath out of interest have you added support for anything beyond html and flash to the module?


Indiepath(Posted 2011) [#6]
@Qcat - no, not yet as I've not had the requirement.


Playniax(Posted 2011) [#7]
The rar file can not be downloaded:(