03.06.2014, 20:12
Hi, I've hit a classic decision making moment and I figure it's worth asking those who may have used SQLite for their servers.
Actually, it's kind of different, as I'm using the SAMPGDK to work on my game mode in C++ and am using sqlite3 and don't even know if SA-MP uses the latest version, as there's no info on it anywhere it seems.
I'd like to know how many have used SQLite and how it manages specifically with an SA-MP server. I actually feel, somehow, that using SQLite would be a great choice, especially in my scenario. I know it's known for slower insertions and faster look-ups than MySQL - besides other technical benefits. But when it comes to this, especially since I probably won't be actually having to manage anything and won't be setting up my own server full-time and instead will probably give it to someone I feel can manage it, I could do with the opinion of those who have had to use both.
It's likely I'll just use SQLite for a majority of things and may consider using MySQL for things like player accounts and anything else that might also be useful to access from a web server, but I basically just object to using the MySQL API due to the license
Actually, it's kind of different, as I'm using the SAMPGDK to work on my game mode in C++ and am using sqlite3 and don't even know if SA-MP uses the latest version, as there's no info on it anywhere it seems.
I'd like to know how many have used SQLite and how it manages specifically with an SA-MP server. I actually feel, somehow, that using SQLite would be a great choice, especially in my scenario. I know it's known for slower insertions and faster look-ups than MySQL - besides other technical benefits. But when it comes to this, especially since I probably won't be actually having to manage anything and won't be setting up my own server full-time and instead will probably give it to someone I feel can manage it, I could do with the opinion of those who have had to use both.
It's likely I'll just use SQLite for a majority of things and may consider using MySQL for things like player accounts and anything else that might also be useful to access from a web server, but I basically just object to using the MySQL API due to the license