robertohuertasm / SQLite4Unity3d

SQLite made easy for Unity3d
MIT License
1.26k stars 264 forks source link

Add SQLite-Net Extension support #18

Open brettcook99 opened 9 years ago

brettcook99 commented 9 years ago

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.

robertohuertasm commented 9 years ago

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