xeon17 Posted October 17, 2014 Posted October 17, 2014 Hello there, I Have a question what database should i use for my future projects? SQL,MYSQL,XML? A unique GangWar gamemode waiting for you!Click here for more information.
ZL|LuCaS Posted October 17, 2014 Posted October 17, 2014 Hello there,I Have a question what database should i use for my future projects? SQL,MYSQL,XML? SQL or MYSQL I use a lot SQL more mysql is a good choice,depending on the work MTA Scripters. ♥♥♥Beijinhos♥♥♥
RenanPG Posted October 17, 2014 Posted October 17, 2014 SQLite or mySQL, XML just if it's a small database.
Anubhav Posted October 17, 2014 Posted October 17, 2014 SQLite, MySQL. XML for small datas always. Account data if you have less players. See my some resources: Skin shop: https://community.multitheftauto.com/in ... ls&id=8008 Note script: https://community.multitheftauto.com/in ... ls&id=8009 Rules Panel: https://community.multitheftauto.com/in ... ls&id=8246 Random Money: https://community.multitheftauto.com/in ... ls&id=8718
Mr_Moose Posted October 18, 2014 Posted October 18, 2014 MySQL: if you wish to sync data between multiple servers and maybe show some of it on a website. SQLite: if you just want to store a lot of data in a single server with low amount of read/write actions since it's locked by process XML: Small amount of data you wish to store on your client's PC's or to read server side like settings or a list of positions, markers or similar. MTA Community | GitHub | 99Stack Forum
xeon17 Posted October 18, 2014 Author Posted October 18, 2014 Thanks guys! A unique GangWar gamemode waiting for you!Click here for more information.
Anubhav Posted October 18, 2014 Posted October 18, 2014 No problem! See my some resources: Skin shop: https://community.multitheftauto.com/in ... ls&id=8008 Note script: https://community.multitheftauto.com/in ... ls&id=8009 Rules Panel: https://community.multitheftauto.com/in ... ls&id=8246 Random Money: https://community.multitheftauto.com/in ... ls&id=8718
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now