What would the best way be to make items for a game and then to easilly load them into the game (using a server or without). Should I use a SQL database, or would an INI file with all the items in it be enough? I think I should use an SQL database, but I think it's too difficult...