You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 17, 2023. It is now read-only.
Currently transaction support has not yet been implemented for the sqlite storage adapter. The transactions in websql work quite differently to indexeddb. The api for react native sqlite is very similar to websql, so from first glance, it will be the same discussion for that. We need to find a way to implement this for sqlite or otherwise ignore.
The text was updated successfully, but these errors were encountered:
Feature Request
Currently transaction support has not yet been implemented for the sqlite storage adapter. The transactions in websql work quite differently to indexeddb. The api for react native sqlite is very similar to websql, so from first glance, it will be the same discussion for that. We need to find a way to implement this for sqlite or otherwise ignore.
The text was updated successfully, but these errors were encountered: