Page 2 of 2

Re: [REQ] MYSQL / MYSQLi support

Posted: 03 Oct 2014, 18:20
by djhubertus
TGYoshi wrote:I do like the idea of a database though, but a serverless database (SQLite?) is likely much more convenient since MySQL requires a bunch of stupid setup steps.
Why not ;)
TGYoshi wrote:There exist libs to handle all magic for you
So, I have a noob question. Is it possible for example to send data to xml file located on diff. server? XML file will be like database.

Re: [REQ] MYSQL / MYSQLi support

Posted: 03 Oct 2014, 20:04
by TGYoshi
Anything is possible.
A lot isn't possible natively with ManiaScript though, since the standard libs are very very very limiting, the language is just very minimal and custom libs aren't possible. It often requires a controller or webserver to do the "real" work. Those controllers/webservers can run on a remote machine, though.