Open diybl opened 4 years ago
thanks, i will try it~~
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 havelocal_storage.js
andfirebase_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???
Sorry, there isn't, but perhaps, that might be a nice feature to have.
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 havelocal_storage.js
andfirebase_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.