Can I change MongoDB to MariaDB? #405
-
Can I change MongoDB to MariaDB? |
Beta Was this translation helpful? Give feedback.
Answered by
silver-zepp
Feb 11, 2025
Replies: 1 comment 1 reply
-
Yes, you can change the database to whichever is necessary, but remember that you will have to run your own server with something like nodejs. You communicate with this server, sending data through Fetch API, only then you save it to the SQL database that runs on the backend server. We don't have the means to connect to a database directly. |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
rmj16
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Yes, you can change the database to whichever is necessary, but remember that you will have to run your own server with something like nodejs. You communicate with this server, sending data through Fetch API, only then you save it to the SQL database that runs on the backend server. We don't have the means to connect to a database directly.