Database for 3D KPI dashboards in Unity
I'm currently working on building 3D KPI dashboards in Unity to work with Microsoft Hololens. However, I can't seem to find any proper docmentation about the best-to-use database type for this application. All database-related questions are about score-keeping. I'm currently thinking about using SQLite, as described here: https://goo.gl/p08WvQ . As I'm not that experienced in databases at the moment, I think using SQLite means that I will first have to convert all database files I import to SQLite format. Is this true?
What type of database would you recommend using for this type of application?
Your answer

Follow this Question
Related Questions
Error Inserting Record - SQLite Database 0 Answers
How to return a value from a anonymous function?, 2 Answers
Best BaaS for storing IAP information 0 Answers
Database for KPI dashboard in Unity 2 Answers
Delete data in mysql 0 Answers