Posts: 2,431
Threads: 86
Joined: Nov 2009
Reputation:
0
Which one, would be more ideal for a roleplay script? Just wondering since i plan on releasing this script that i am currently scripting that is using SQLite. Just wondering if SQLite is the best choice for the long run.
Posts: 973
Threads: 11
Joined: Mar 2008
Reputation:
0
If MySQL truly isnt an option for you, i'd go with Sqlite.
Posts: 2,629
Threads: 40
Joined: Mar 2008
Reputation:
0
If you are going to have a large external website in the long run, go MySQL. If you are going to have a small website, go with SQLite because it's probably easier and if you are just having a basic script without any web linking, use SQLite, files are good but SQLite is tidier and easier to find information.
Posts: 6,129
Threads: 36
Joined: Jan 2009
SQLite. You have the best of both worlds; You have a portable data storage solution and you get to use SQL's very handy syntax.
Posts: 2,431
Threads: 86
Joined: Nov 2009
Reputation:
0
I'll be using SQLite for this project. Since it's going to be released to the public, time to get some dini based roleplay gamemodes out of the gamemode section. Well thanks for all the useful comments, rather than someone telling me to go with one or the other.