aerogear / offix

GraphQL Offline Client and Server
https://offix.dev
Apache License 2.0
758 stars 45 forks source link

Transaction support for sqlite #745

Open kingsleyzissou opened 4 years ago

kingsleyzissou commented 4 years ago

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.

kingsleyzissou commented 4 years ago

cc @wtrocki @Eunovo