03.06.2014, 21:08
Quote:
If you are using SAMPGDK, you could go through the PAWN natives to the inbuilt SQLite database, but you might be as well off including the latest version directly in to your plugin. I can't see any real downside to doing that, you will have full access to all functions, a more direct and faster connection, and know that it is the version you want.
|
I'm not sure about access from a web server either. Obviously it's going to be required on some level eventually. Though if the server is running will it be readable or even flushed until the database is closed? Would it be necessary or even better to have the server sync the local database with the MySQL one periodically? Maybe I'm just over-complicating things in my mind now...
It's perfect in every way to handle most other things I need it for - those that are only going to be accessed by the server. I just need re-assurance that I can avoid MySQL altogether.