Posts: 498
Threads: 233
Joined: Aug 2013
Reputation:
0
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
Posts: 77
Threads: 5
Joined: Jan 2012
Reputation:
0
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!
Posts: 2,862
Threads: 11
Joined: Mar 2008
Reputation:
0
SQLite. If you need easy web access then MySQL.
Posts: 498
Threads: 233
Joined: Aug 2013
Reputation:
0
which is better for saving and loading and....SQLite or MySQL?
Posts: 4,878
Threads: 85
Joined: Jun 2007
Reputation:
0
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.
Posts: 78
Threads: 0
Joined: May 2014
If you're aiming for a UCP, then use MySQL.