Reading from a dataset

I am wondering if it is possible to use OpenMV to read data in the following format:

[center][fixed][point1][alpha1,beta1,gamma1]…[pointN][alphaN,betaN,gammaN]

I was told that under standard Python, setting it up as a SQL database would work, but I am wondering if there is a good way to do it in OpenMV (microPython).

It’s standard python so yes… but, without libraries. So, you might not want to use an SQL database.

Okay, that’s what I thought.

Thanks!