I need to store an array in my MondoDB database. This I do without problems with the following code:
My array of objects:
[ { name: '1', type: 'float', value: 89.05, timestamp: 1535440000 },
{ name: '10', type: 'float', value: 19.67, time...
asked by
05.09.2018 / 13:12