SQLiteUnityKit icon indicating copy to clipboard operation
SQLiteUnityKit copied to clipboard

Framework to connect with a SQLite database from Unity for iOS, Android, MAC , Windows

Results 13 SQLiteUnityKit issues
Sort by recently updated
recently updated
newest added

Replace WWW class with UnityWebRequest class. Can use multibyte characters(eg. Japanese, Chinese and Hangul)

DataTable.Rows [0]["ColumName"] not returning expected value.

`"` is correct

GitHub changed the way Markdown headings are parsed, so this change fixes it. See [bryant1410/readmesfix](https://github.com/bryant1410/readmesfix) for more information. Tackles bryant1410/readmesfix#1

I'm using update query "UPDATE Upgrade SET level=2 WHERE id=1" and nothing happend

Added ability to escape parameters in a query. Also changed DllImport's to be able to compile using il2cpp for iOS 64bits.

Hi, how can i get the boolean value in my database column? SqliteDatabase sqlDB = new SqliteDatabase ("config.db"); string query = "SELECT bookName ,read " + "FROM Books"; var data...

Hello! First of all great work in developing this kit. When building for WP ou WSA there were some compilation errors though. In respect to function "GetLastWriteTimeUtc(System.String)" which is stated...

Database should be closed in finally block; otherwise Unity's unit tests fails