SqlCipher4Unity3D icon indicating copy to clipboard operation
SqlCipher4Unity3D copied to clipboard

Uni task support

Open Kevdome3000 opened this issue 3 years ago • 1 comments

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

Kevdome3000 avatar Feb 15 '22 23:02 Kevdome3000

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.

netpyoung avatar Feb 16 '22 15:02 netpyoung