What is the state of BreezeJS integration with express and mongo DB?

独自空忆成欢 提交于 2020-01-04 06:04:08

问题


I have forked BreezeJS and I have the EpressDemo running, the server is working and is connecting to Mongo. Though the DB is empty ( if anyone could tell me how to setup the initial data... ) the Metadata is set and Breeze is accessing it from the client. Now I understand that breeze is capable of keeping track of all the changes on the client but can I save them back to Mongo DB ? is there a Lib to install in the express app to save the dataBundle to mongodb ? or do I need to create my own method to save the data back ?


回答1:


Available now: please see the: Breeze Mongo documentation and the Zza sample




回答2:


Brett - you're jumping the gun a bit. The Mongo stuff isn't public yet ... not even alpha. It's checked-in ... well, we should have a specific development branch for it but we're not that big yet so we've tucked it in with everything else. We WILL let you know when we're ready to have you look.

Update Aug 3, 2013

The first (beta) release of Breeze MongoDB support is ready to try. It's part of v.1.4.0. It's documented here and there's a sample application called Zza!.

We welcome your thoughts.

Please post extended suggestions/corrections to Breeze User Voice



来源:https://stackoverflow.com/questions/16639621/what-is-the-state-of-breezejs-integration-with-express-and-mongo-db

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!