Posts: 560
Threads: 117
Joined: Jan 2011
Reputation:
0
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.
I would either go with Y_INI or SQLite. I recently changed from MySQL to SQLite and I actually like it more this way.
Posts: 1,426
Threads: 56
Joined: Dec 2010
Reputation:
0
Y_INI. But why you don't like MySQL?
Posts: 2,431
Threads: 86
Joined: Nov 2009
Reputation:
0
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.
Posts: 631
Threads: 58
Joined: Jun 2010
Reputation:
0
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
Double-O-Seven
Unregistered
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.
Posts: 560
Threads: 117
Joined: Jan 2011
Reputation:
0
Reason is i got tired of using mysql lols, i'll check y_ini out