O
O
Omniverse2016-05-07 04:14:24
Game development
Omniverse, 2016-05-07 04:14:24

What to use to store game data?

Hello!
What do developers typically use to store game data?
What is better to use for an RPG game where you will need to store a lot of items?
I'm thinking about SQLite. Is this the optimal choice?
Desktop game.

Answer the question

In order to leave comments, you need to log in

1 answer(s)
K
Konstantin Kitmanov, 2016-05-07
@Omniverse

If we are talking about a desktop game, then SQLite is quite suitable. It is quite suitable even to keep all the data directly in the code, the database is needed mainly for complex selections from a large amount of data. If you have a hundred items, then without a database, it is quite possible that it will be even faster.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question