SQLite + Typescript _array missing?

Hello. I hope I’m not posting in the wrong category.

I’m learning to use SQLite + Expo together. However, many of the examples I’ve found, when fetching data (“select * from table”), seem to say that I should access results.rows._array. However, SQLResultSetRowList (the rows part), doesn’t seem to have a _array in it. Only a item(x) function and length.

Any particular reason for that? What am I missing?

Thank you.

This topic was automatically closed 20 days after the last reply. New replies are no longer allowed.