Skip to content
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

Databases #1172

Closed
sm2017 opened this issue Jul 1, 2017 · 13 comments
Closed

Databases #1172

sm2017 opened this issue Jul 1, 2017 · 13 comments
Labels

Comments

@sm2017
Copy link
Contributor

sm2017 commented Jul 1, 2017

  1. How can I have a database??
  2. Is realm supported??
  3. Is sqlite suppoted??
@zerglingno1
Copy link

This plugin provides a WebSQL-compatible API to store data in a react native app, by using a SQLite database on the native side. Can you check it we write a simple bridge here :
https://github.com/craftzdog/react-native-sqlite-2

@sm2017
Copy link
Contributor Author

sm2017 commented Jul 12, 2017

Is there any other alternative way?

@sm2017 sm2017 closed this as completed Aug 8, 2017
@amorenew
Copy link

Yes, there should be different alternatives

@amorenew
Copy link

amorenew commented Sep 6, 2017

@sayar
I tested another database and it worked
antoniopresto/react-native-local-mongodb#1

@amorenew
Copy link

amorenew commented Sep 6, 2017

@lekerning
Copy link

@amorenew
Hi, I want to know is realm supported yet?

@amorenew
Copy link

@lekerning
in realm/realm-dotnet#509 (comment)

"I'm hopeful we can get a release out before Feb"
"We released Windows Desktop (i.e. WPF/Console app) support. We're actively working on UWP and hope to have an alpha release in several weeks."

milestone:https://github.com/realm/realm-dotnet/milestone/4
realm/realm-core#2059

@lekerning
Copy link

@amorenew
Good news, thanks a lot!

@amorenew
Copy link

Welcome

@lekerning
Copy link

lekerning commented Oct 12, 2017

@amorenew
However, I see a blog https://blog.realm.io/realm-mobile-database-for-universal-windows-platform/,
does it mean that UWP is supported, but react-native-windows is not supported by realm yet?
Another question is, can I use realm.js in react-native-windows?
Thanks

@amorenew
Copy link

amorenew commented Oct 12, 2017

@lekerning Maybe it's in alpha or beta not final release but anyway it will take time to support React Native
Check the milestone

@rozele
Copy link
Collaborator

rozele commented Oct 12, 2017

@amorenew @lekerning unfortunately, realm for native platforms (iOS, Android, and UWP) is totally separate from realm for react-native. realm for react-native is more like realm for JavaScriptCore, with a bit of native functionality to ensure that the realm hooks are installed. What we need to get realm working on react-native-windows is realm for Chakra(Core).

@billbarsch
Copy link

Hello, what good offline DB options we have now in 2020 to use with react-native-windows and android too?
NeDB have this on github:
Deprecated. When I started this project, there were no off-line storage options for react-native besides AsyncStorage. Today there are many better options, which receive PRs and have entire teams working on. For these reasons, this project is archived.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

7 participants