J
J
jeqoqies2016-02-01 04:31:57
MySQL
jeqoqies, 2016-02-01 04:31:57

How to store an array of elements in a database?

There is a game map that the player fills with items. Let's say a map is an array of 15x15 elements. Each array element is the type of item it contains. How it is possible to implement storage of the given array in a database?
How relevant would serialization be here?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
W
Walt Disney, 2016-02-01
@jeqoqies

If you do not need to make selections by the values ​​of this array, then searilization is appropriate.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question