Which should I use? - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (
https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (
https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: Which should I use? (
/showthread.php?tid=281052)
Which should I use? -
Abreezy - 04.09.2011
As of now, I'm working on my project, to make a roleplay gamemode from scratch. I have been using mysql, sscanf2 and zcmd as of now. I'm thinking of leaving mysql, what other saving/loading is good? I won't use dini as its crap, so don't even mention it, thanks.
OFF_TOPIC: I wasn't sure which would be the best suitable section to post this.
Re: Which should I use? - [L3th4l] - 04.09.2011
I would either go with Y_INI or SQLite. I recently changed from MySQL to SQLite and I actually like it more this way.
Re: Which should I use? -
Generation-X - 04.09.2011
Y_INI
Re: Which should I use? -
Kingunit - 04.09.2011
Y_INI. But why you don't like MySQL?
Re: Which should I use? -
Steven82 - 04.09.2011
SQLite since you can use BUD(Blazing User Database) which i use and it's very simple to use, and works great. And everything will be stored in one local .db file.
Re: Which should I use? -
dowster - 04.09.2011
if you want to be able to access the data with a website id go with mysql, else the sqlite seems like a pretty nice alternative as you don't need another server for storage
Re: Which should I use? -
1337connor - 04.09.2011
Use DJSON or MySQL Those are the two good things.
Re: Which should I use? - Double-O-Seven - 04.09.2011
Now, for everyone who has no clue:
DJSON is terribly slow, same with MySQL! Don't believe? Make a test where you have to save multiple values at once and compare it to a reasonable INI system (NOT DINI) like y_ini or Double-O-Files 2. You will see that MySQL is much slower. And we don't need to talk about DJSON in this case.
Re: Which should I use? -
Abreezy - 04.09.2011
Reason is i got tired of using mysql lols, i'll check y_ini out