问题
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