You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm one of the developers who worked on https://github.com/snaplet/postgres-wasm, I'm super happy to see that our work helped and that you were able to pull this off to make it usable! I added a shoutout to this project in the README. 😍
I see that you wrote an entire network adapter for it which I suppose is at the emulator level, so I'm wondering how hard it would be to have MySQL running in the browser now.
Again, congrats, mad work!
The text was updated successfully, but these errors were encountered:
Thanks for adding this to your README, very much appreciated! I haven't tried MySQL (or anything else but Postgres), but yes, it should be possible. The network stack is a minimal implementation of TCP and UDP, and anything that runs on those should theoretically work.
The main use case to me is integration/e2e tests with in-memory databases. But I guess a network adapter wouldn't be needed in a Node.js environment. 🤔
We already have SQLite and PostgreSQL now with your project and PGlite, so I guess MySQL will be the only missing one from the big 3. 😄
Anyway, I don't want to pollute your issues, so I'll close that. I joined your Discord. 👍
I think that's very valid. We don't use MySQL internally so we have no immediate need, but I'll reopen it to keep track, maybe someone else wants to give it a try :)
Hey 👋 ,
I'm one of the developers who worked on https://github.com/snaplet/postgres-wasm, I'm super happy to see that our work helped and that you were able to pull this off to make it usable! I added a shoutout to this project in the README. 😍
I see that you wrote an entire network adapter for it which I suppose is at the emulator level, so I'm wondering how hard it would be to have MySQL running in the browser now.
Again, congrats, mad work!
The text was updated successfully, but these errors were encountered: