I want to connect my SQLLite DB to my Unity app on the Hololens.
I’ve followed http://answers.unity3d.com/questions/743400/database-sqlite-setup-for-unity.html to get my DB working from within a Unity app but it will not work on the Hololens. I’ve looked into https://forums.hololens.com/discussion/3292/is-sqlite-compatible-with-hololens#latest which describes an approach and seems to have been accomplished by the OP. I believe that you must use SQLLite for the UWP platform and not the one used typically for SQLLite setup for Unity, but more detailed information would be appreciated.
Does anyone have a method to getting SQLLite to work and connected to Unity in a Hololens app?