Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Uni task support #42

Open
wants to merge 6 commits into
base: master
Choose a base branch
from

Conversation

Kevdome3000
Copy link

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

Added support for async using popular struct-based task library for Unity, UniTask -- uses a define symbol SQLASYNCUNITASK 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
Copy link
Owner

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 😂.
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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants