react-native-windows icon indicating copy to clipboard operation
react-native-windows copied to clipboard

Support react-native-sqlite-2

Open KshamaShrey opened this issue 3 years ago • 2 comments
trafficstars

Module

react-native-sqlite-2

Module repo url

https://github.com/craftzdog/react-native-sqlite-2

Target Version

0.69

Existing issue url

https://github.com/craftzdog/react-native-sqlite-2/issues/134

Existing windows implementation?

  • [X] Legacy/C# implementation

Which app/customer is requesting this module?

We are trying to upgrade the react-native-windows application to the latest version.In our current react-native-windows version 0.59.0-rc.1,the above mentioned package works as expected.

In what scenarios will this module be used?

To use local database for desktop applications

Essential Features

No response

KshamaShrey avatar Aug 17 '22 05:08 KshamaShrey

Based on the diredtory this one should have current Windows support: https://github.com/andpor/react-native-sqlite-storage It sounds like sqlite-2 exists because of problems with PouchDB in sqlite-storage. Is that the situation you're in? (I'm not familiar with any of that - just reading off the project's readmes)

If there's an existing RNW version from pre 0.59, AND there's a reference implementation in sqlite-storage, this should be something you can take a crack at updating and submitting a PR to that repo. It'd be adapting from the WPF C# to UWP C++, but with examples I'd imagine a lot of that code ports over.

chrisglein avatar Aug 18 '22 17:08 chrisglein

@chrisglein Thank you for the quick reply.We will try replacing the package with react-native-sqlite-storage and check the functionality. Thank you.

KshamaShrey avatar Aug 19 '22 12:08 KshamaShrey

Not something we plan to address on the Paper renderer as we move towards Fabric. If you would like to see this module supported on Fabric, please file an issue on the react-native-sqlite2 repo.

chiaramooney avatar Sep 19 '23 23:09 chiaramooney