26.03.2018, 15:10
Quote:
MySQL provides way more functions because it's utilizing the latest version of MySQL while the SQLite version which SA-MP utilizes is outdated but not outdated that it would become obsolete. But I'd love to see an update in it.
I prefer SQLite over MySQL for SA-MP since MySQL is an overkill. And any INI system is idiocracy (not smart). |
As far as SQLite vs MySQL, it really depends what you are working with. I had an idea for a gamemode once that would store roughly 1m values per player, with the potential for more. Due the massive amount of data, and the speed/stability performance of multithreading, MySQL would have been my choice. But most of the time, like you said, SQLite is a perfectly fine fit.