robertohuertasm / SQLite4Unity3d

SQLite made easy for Unity3d

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add SQLite-Net Extension support

brettcook99 opened this issue · comments

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 side of things since reflection is not an option.

At the current moment I don't have time to implement this. Besides that I'm concerned that maybe adding this will bring us more JIT issues in iOS. Any volunteer will be very welcome! :D