SA-MP Forums Archive
Y_INI or SQLite? - 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: Y_INI or SQLite? (/showthread.php?tid=353492)



Y_INI or SQLite? - Dodo9655 - 23.06.2012

Hi, I'm currently scripting a RP gamemode, but I'm wondering what saving system should I use? Y_INI or SQLite? Does any of it have advantages/disadvantages, which one would be the best in my case?


Re: Y_INI or SQLite? - nilanjay - 23.06.2012

Well if you want to create a UCP for your server to than SQLite or MySql is fine but if just want simeple and faster than you Y_INI. Well both are faster but I suggest to you that which is easy for you.


Re: Y_INI or SQLite? - Jonny5 - 23.06.2012

I think(not 100%) that sqlite will be faster over all,
at least thats my thoughts,


as far as advantages/disadvantages besides speed
I think this would depend on your knowledge in one or the other.

For me its a little easier to write sqlite queries than the ini code,
I have used both in the past but just prefer the sqlite .

only thing i use ini files for now is settings that dont change often.

sorry if the info above was not useful, sometimes i just ramble out a bunch of words...