SqlCipher4Unity3D
SqlCipher4Unity3D copied to clipboard
Uni task support
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
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.