SQLite4Unity3d icon indicating copy to clipboard operation
SQLite4Unity3d copied to clipboard

SQLite made easy for Unity3d

Results 49 SQLite4Unity3d issues
Sort by recently updated
recently updated
newest added

`public IEnumerable GetPersonsNamedRoberto(){ return _connection.Table().Where(x => x.IName == "Roberto"); }` how to implement "Select IName from Person" this query on return line

I am trying to delete duplicate records from table, using following query, but its not working. Delete FROM users GROUP BY name, email HAVING COUNT(*) > 1 It just throw...

can you uploading sqlite3 building proj that all platform,i`m poor for this

Is there a method can check Table exist in the SqliteDB?

hi, is possible insert a password for open database?

Due to PS4 restrictions, alternative path is needed to write in the sqlite file. A precompiler directive alternative for UNITY_PS4 have to be set in DataService.cs with a valid folder

I download https://www.sqlite.org/2017/sqlite-android-3210000.aar and unzip copy other file to my Android file run in android my text app Crash call Native Crash - (Unknown File) Thread 0 (crashed) 0 libdvm.so...

I am getting some issues while running the example project on unity5.3.4f1 targeting universal windows 10 build. Assets\Scripts\SQLite.cs(1584,47): error CS0731: The type forwarder for type 'Windows.Storage.ApplicationData' in assembly 'Windows' causes...

Ran into this issue when summing up several rows - sometimes there would be no entry and we'd hit a null deref when T was a value type, e.g. float....

I use artoolkit5 + SQLite4Unity3d and for artoolkit work it's need to BITCODE ENABLE OFF without i get this errors on SQLite4Unity3d! anyone can help me? PS: i also ask...