-
-
Notifications
You must be signed in to change notification settings - Fork 45
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
Migrate to pure async functions and bring back non-host-object API #142
Conversation
@ospfranco so in new version we'll not have sync API, just like we have now? |
No, it's too much work to keep both in sync |
Oh ok, i like sync api more but can't do anything now 😅 |
sync API is in almost all cases the wrong API to use. It's easier to use but except for the most simplest of queries brings no other value than DX. |
Ah ok got it |
Run in-app tests in GA
@ospfranco will this change restore the use of the spread operator? |
Yes |
# Conflicts: # example/ios/Podfile.lock # package.json
That's really sad...time to move to expo-sqlite for the sync api |
# Conflicts: # example/ios/OPSQLiteExample.xcodeproj/xcshareddata/xcschemes/release.xcscheme # example/ios/Podfile.lock # package.json
No description provided.