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

is it possible to change the firebase database to local database eg:mysql??? #3

Open
diybl opened this issue Oct 11, 2020 · 4 comments

Comments

@diybl
Copy link

diybl commented Oct 11, 2020

No description provided.

@Dannark
Copy link
Owner

Dannark commented Oct 11, 2020

is it possible to change the firebase database to local

Yes, you can use other Non-Relational databases, like MongoDB, or just save all the states in a file. In fact, there is already an example done in the folder bwo-server\resources\data\ you have local_storage.js and firebase_storage.js, just follow the model and make your own.

eg:mysql?

Firebase is a NoSQL which means it is a non-relational database so it is very different than MySQL, still, It would be possible but you will have to change a bit the code implementations.

@diybl
Copy link
Author

diybl commented Oct 12, 2020

thanks, i will try it~~

@diybl
Copy link
Author

diybl commented Oct 12, 2020

is it possible to change the firebase database to local

Yes, you can use other Non-Relational databases, like MongoDB, or just save all the states in a file. In fact, there is already an example done in the folder bwo-server\resources\data\ you have local_storage.js and firebase_storage.js, just follow the model and make your own.

eg:mysql?

Firebase is a NoSQL which means it is a non-relational database so it is very different than MySQL, still, It would be possible but you will have to change a bit the code implementations.

is there any mangodb interface???

@Dannark
Copy link
Owner

Dannark commented Oct 12, 2020

Sorry, there isn't, but perhaps, that might be a nice feature to have.

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

No branches or pull requests

2 participants