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?
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
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.
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.
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