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