I have a project to create a quiz type Android apps. I have a collection of questions in SQLite database format. But unfortunately Godot don't have support for SQLite.
"SQLite is the most used database engine in the world. SQLite is built into all mobile phones and most computers and comes bundled inside countless other applications that people use every day." From Sqlite
I can convert my database to json or xml. It will be great to have SQLite support in Godot.
All the database content and question is in Bengali languages. I can fetch the question from json or xml file. But Godot do not showing the content currently. See Screenshot.

Is there any way ? Please help me.