jagi / meteor-astronomy

Model layer for Meteor
https://atmospherejs.com/jagi/astronomy
MIT License
604 stars 67 forks source link

Will this work with SQL support in Meteor? #77

Closed bensmeets closed 9 years ago

bensmeets commented 9 years ago

Hi, how is this package going to work (if at all) with the most likely upcoming SQL support in Meteor? https://forums.meteor.com/t/an-early-look-at-sql-in-meteor/8736

Will it bite each other or complement each other?

Cheers.

lukejagodzinski commented 9 years ago

Hi, as long as SQL support is experimental it's not going to support it. However, when designing Astronomy I was planning to support other databases in the future so it's ready to deal with it. It won't need complete redesign to support SQL. It will be more like adding some features. As I know there are still many problems if it goes about SQL support. For instance the Accounts module is still based on the MongoDB, so you can't make a complete transition to SQL.

I'm also planning to give developers ability to use two database drivers in one application. But as I said earlier, we have to wait.

andrerfneves commented 9 years ago

Love the long term plans @jagi. Keep up the good work!

lukejagodzinski commented 9 years ago

I'm closing this issue. I've prepared a list of feature requests that will appear in Astronomy 1.0 and Astronomy 2.0. Some of them are already being developed. Other will appear in near future in 1.0 or 2.0 version. I will be updating this list. I will probably have to create some tool for voting on features to implement.