- 42
- Posts
- 15
- Years
- Seen Dec 10, 2024
So why is MySQL the RDBMS? Why not SQLite or even a NoSQL like MongoDB?
Hopefully, there's a real answer to this.
SQLite is the embedded RDBMS used in all major web browsers, many embedded devices (I think they even use SQLite in ovens and other appliances.), and most client-side applications. MySQL, on the other hand, is for servers.
Hopefully, there's a real answer to this.
SQLite is the embedded RDBMS used in all major web browsers, many embedded devices (I think they even use SQLite in ovens and other appliances.), and most client-side applications. MySQL, on the other hand, is for servers.
Last edited: