SQLite4Unity3d
SQLite4Unity3d copied to clipboard
SQLite made easy for Unity3d
I connected my table with unity. I am getting all the data from the tables. But now i wanted to update the row values or a specific value from a...
I want to use more than 1 primary key in my case only 2! and i can't seen to get it working or it doesn't support. help me...
I am trying out the example scene in a fresh project using Unity 2017 beta. My test device is running iOS10 and the version of Xcode I am using is...
I thought of either accessing `_open` or comparing `Handle` to `NullHandle` to determine if a connection is open, but both of those options aren't publicly available. I'm not sure if...
There doesn't seem to be a way to do this currently and the majority of the support I give to clients using this is they get the case wrong on...
I just got errors while trying to use composite primary keys. Found out that there is a more powerfull cross platform fork of sqlite.net https://github.com/softlion/SQLite.Net-PCL Supports composite primary keys among...
I going to ship my product with pre-defined database in Assets/StreamingAssets. However, when I update application with new database (install the update from App store, but not delete and reinstall),...
I’m getting an exception when running on an iOS device if I add [Indexed] to an int column. The Exception occurs when I call CreateTable() on the ISQLiteConnection. If I...
Adding SQLite-Net Extension support would allow us to do OneToMany relations to have things like List and Dictionary inside of tables. https://bitbucket.org/twincoders/sqlite-net-extensions The main issue would be on the iOS...