Convert sqlite data to dataframe without nullable type

Indeed data frames are not yet ready to use with NullableArray. See this thread and this announcement.

I’m not sure what’s the best way to work with SQLite.jl at the moment, but if you don’t have any missing values, just convert columns to standard Array after importing the data.