Which should I use?
#1

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.
Reply
#2

I would either go with Y_INI or SQLite. I recently changed from MySQL to SQLite and I actually like it more this way.
Reply
#3

Y_INI
Reply
#4

Y_INI. But why you don't like MySQL?
Reply
#5

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.
Reply
#6

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
Reply
#7

Use DJSON or MySQL Those are the two good things.
Reply
#8

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.
Reply
#9

Reason is i got tired of using mysql lols, i'll check y_ini out
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)