5 ms·
Definitely my biggest current beef with Meteor. It seems technically possible and I understand why they would go with Mongo first, so hopefully its just a matte
by bmajz 11y ago
Definitely my biggest current beef with Meteor. It seems technically possible and I understand why they would go with Mongo first, so hopefully its just a matter of time.
- jtolla 11y agoIt is a matter of time: https://trello.com/b/hjBDflxp/meteor-roadmap https://trello.com/b/hjBDflxp/meteor-roadmap
- bmajz 11y agoYeah, I guess I should've stated a reasonable/known amount of time :)
- maxharris 11y agoBen (the guy in the video) is working on SQL support! https://www.youtube.com/watch?v=EJzulpXZn6g https://www.youtube.com/watch?v=EJzulpXZn6g Here's a follow-up talk he did: https://www.youtube.com/watch?v=zSI68J9wNJ0 https://www.youtube.com/watch?v=zSI68J9wNJ0 Also, there's prototype-grade support for Redis: https://github.com/meteor/redis-livedata https://github.com/meteor/redis-livedata And that's just the beginning. There are lots more databases that will follow: https://www.meteor.com/full-stack-db-drivers https://www.meteor.com/full-stack-db-drivers
- bmajz 11y agoThat's great!
- Tarang 11y agoThis looks good with the videos. I'm contemplating building an app that requires SQL. I've built a few apps with meteor but mongo's lock keeps crashing my website down. The current third party packages with SQL support are very experimental and don't support nearly as much as the native mongo driver. I assume when Meteor does this or if Arunoda does it would be pretty awesome. Especially with PostgreSQL since it supports native live queries.