Page 1 of 1

Mysql

Posted: Wed Jan 30, 2013 8:33 am
by soyouz01
Like any programmer reply to my offer, i have to make my project alone but just a question

How can we do for connect an existing database mysql with a website to the database of pokermavens server?

does i have to use api?
Create another database ?

Re: Mysql

Posted: Wed Jan 30, 2013 10:22 am
by Kent Briggs
soyouz01 wrote: How can we do for connect an existing database mysql with a website to the database of pokermavens server?
does i have to use api?
Create another database ?
Poker Mavens holds all of its data in live memory and writes it to various text files as changes are made. Those files are read into memory only once when the server is launched. Communication with the live server is done via the API. You can use any database you want for your own purposes but nothing you store in there will be live until you've sent it to the poker server via the API.