netpyoung / SqlCipher4Unity3D

💾 SqlCipher made easy for Unity3d
MIT License
163 stars 37 forks source link

Uni task support #42

Open Kevdome3000 opened 2 years ago

Kevdome3000 commented 2 years ago

Added support for async using popular struct-based task library for Unity, UniTask -- uses a define symbol SQLITEASYNC_UNITASK to separate UniTask-based SQLAsyncConnection from the Task-based version

Added read-write extensions that come in handy when dealing one to one, one to many, and many to many relationships. Extensions work both sync and async

netpyoung commented 2 years ago

Thank you for creating Pull Request on this repo. I knew Unitask also. To reduce maintain cost, I didn't invested how integrated this library work with well :joy:. But It will be helpful to give option to user to choose. I will check and test your PR on this weekend or later. and Thank you.