SA-MP Forums Archive
Mysql or Sqlite or ini - 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: Mysql or Sqlite or ini (/showthread.php?tid=570970)



Mysql or Sqlite or ini - iBots - 14.04.2015

Which is better to use in a gamemode,MySQL or a type of ini or SQLite?
keep in mind that i will put UCP to it


Re: Mysql or Sqlite or ini - iiNzTicTx - 14.04.2015

Personally, I would use mySQL for performance and using the data for various things such as with PHP/Django when creating a website. Though I haven't yet experienced how well SQLite performs...for a UCP, do not use ini!


Re: Mysql or Sqlite or ini - Sergei - 14.04.2015

SQLite. If you need easy web access then MySQL.


Re: Mysql or Sqlite or ini - iBots - 14.04.2015

which is better for saving and loading and....SQLite or MySQL?


Re: Mysql or Sqlite or ini - Mauzen - 14.04.2015

Both offer all the stuff that youll need for saving, and mostly got the same syntax. SQLite is better in terms of RAM usage, and MySQL is a bit faster. Just pick what you like.


Re: Mysql or Sqlite or ini - eXeDev - 15.04.2015

If you're aiming for a UCP, then use MySQL.