SQLite4Unity3d
SQLite4Unity3d copied to clipboard
SQLite made easy for Unity3d
Not sure if this is an issue here or with sqlite-net but I figured I'd start here. I'm getting an SQLiteException trying to execute the following SQL: `SELECT lastName, firstName...
I have a project that builds and works fine on the development machine (Windows 10 Home) When I copy the built project to another machine (Windows 10 Pro) - I...
Hi, Is it possible to add support for UWP ARM64 and ARM?
I want to JOIN 3 table and fetch specific values from it. Can anyone provide me the Demo Query using JOIN because currently, I'm using the Query method for JOIN....
I'm running this commands: ``` var create = $"CREATE TABLE SuperPower" + $"(" + $"Id INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL," + $"Name VARCHAR(15) NOT NULL) ;"; ``` ``` var...
I need to create a column with foreign key constraint,i have tried to make a table like #this public class Student { [ForeignKey] public int Id{ get; set; } public...
Hi there, Hopefully you can help as its important that I solve this issue soon. When I build my unity project with SQLite4Unity3d for 64bit it works no problem but...
The sqlite-net library have SQLiteAsync.cs support async await, would you consider supporting this Synchronous API?
Hi @robertohuertasm , I am experiencing a similar problem, but in my I am targeting UWP Desktop. I've followed your windows tutorial and did everything accordingly, but when I run...
hi..i get this error : Failed to parse value ('AnyCPU') for CPU, platform: Android, type: UnityEditor.AndroidPluginImporterExtension+AndroidPluginCPUArchitecture. Default value will be set 'ARMv7' why??