sqlAndMeteor
, , . Meteor Trello (https://trello.com/b/hjBDflxp/meteor-roadmap) SQL, PostgreSQL, MySQL.
, , .
1.- SQL .
, , SQL ( JOINS, GRUP BY ..) . , SQL , , : - (2010), SqlLike (http://www.thomasfrank.se/sqlike.html). - alaSQL, @agershun (https://github.com/agershun/alasql). SqlLike , 10 . AlaSQL, , , SQL mongo sintax SqlLike .
- :
productsSold:function(){
var customerSalesHistory=salesHistory.find({cutomerId:Session.get('currentCustomer')}).fetch();
var items=products.find().fetch();
return alasql("select item.name, sales.ordered as sumaVentas from ? sales, ? items
where items.Id=sales.itemId",[customerSalesHistory,items]);
}
2.- SQL.
Mongo ( minimongo) MySql PostgreSQL. @numtel MySql Meteor-MySql https://github.com/numtel/meteor-mysql, PostgreSQL - Meteor-pg (https://github.com/numtel/meteor-pg). , - .
Hack Reactor Meteor Stream, PostgreSql Meteor, meteor-postgres (https://github.com/meteor-stream/meteor-postgres). alaSql minimongo.
, :
.
, . AFAIK
- -, , .
3.- Mongo, MySql.
Meteor Mongo MySql PostgreSql.
- mysql-shadow by @perak (https://github.com/perak/mysql-shadow). , , Mongo MySql MySql.
, , , , , .
SymmetricsDS (http://www.symmetricds.org), . , java-, , , , Mongo MySql, PostgreSQL, SQL Server, Informix. .
MySQL Shadow .
, Meteor, , .. , , .
, - Meteor , SQL, , , , .