I use the vector mbtiles database in my Android project.
It contains some list of Features. I use this mbtiles as a data source for Vector Layer at Mapbox. At the same time I need to get this list of Features without using Mapbox.
Is it possible to query the data from this vector mbtiles database?