Store arrays in juliadb table?

Hi,
I would like store a collection of performance measurements consisting in arrays of floats. Each measurement is characterized by several attributes . I would like to be able to filter the measurements relatively to the attributes.
The juliadb package seems to cover this usage but in the documentation the table elements are simple items and not arrays (or struct).
What would you recommend ?