meteor-mysql icon indicating copy to clipboard operation
meteor-mysql copied to clipboard

Reactive MySQL for Meteor

Results 51 meteor-mysql issues
Sort by recently updated
recently updated
newest added

Hi, first, thank you for making meteor-mysql. I've just upgraded Meteor from 1.6.1.1 to 1.7.0.5, and as you may have noticed, Meteor uses a new aproche where it can use...

The timeout setting of my.cnf determines this error. I have 60 seconds set in my.cnf and the program throws error in 60 seconds. Meteor server restarts and again in 60...

Changes required to have it running with Meteor 1.7. **.change**, and **dispatchEvent** functionality **confirmed**. **.reactive** / .**depend** are not confirmed to work yet. **lodash must be imported into the project...

Can meteor-mysql be used with React rendering in Meteor? I have a problem with a subscription that requires a parameter. I tried the following: ``` jsx ... mixins: [ReactMeteorData], getMeteorData()...

Is it possible to use MysqlSubscription with Iron-Router or Flow-Router?

such as this page: [https://angular-meteor.com/tutorials/socially/angular1/3-way-data-binding](https://angular-meteor.com/tutorials/socially/angular1/3-way-data-binding) It describe by use mongo as collection. ``` import { Mongo } from 'meteor/mongo'; export const Parties = new Mongo.Collection('parties') ``` and then in component...

What would be the equivalent of Collection.find().fetch()?

I'm wondering whats the status of this project? Is meteor-mysql scalable and ready for production use? Isn't subscribing to the mysql raw logs bringing bottlenecks into scalability?