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

In React, I have a page `Account` that has a MysqlSubscription named `accounts` If I create a component `Page` with another MysqlSubscription name `pages` and send `accountId` parameter to it,...

So now I'm using mysql in back end and react for front-end. 1 thing I wonder is where should I put the "subscription" like: `TopListPlace = new MysqlSubscription('getTopListPlace');` I put...

I wonder whether it's possible to check table changes by using UPDATE_TIME in table status. For example, below query result will give UPDATE_TIME show table status where name='players'; The module...

I'm using an external database, simply as an endpoint so I do not have permission to alter settings on it, so I cannot fix the following error: ` W20161104-00:31:49.823(0)? (STDERR)...

Hi Numtel. I see your demo, we can show data from mysql db. But quick question. How can insert or update new row like Mongo.insert? Thank you

Server publish a query results of mysql database. However, If I want to insert, update or delete some data at the client side.How can I achieve these?

We are using numtel:mysql in my project. We have created a publication named searchResults. My issue is as follows: The searchResults liveDb publication currently returns: `return liveDb.select(sqlQuery, [{table: 'pages_metrics'}, {table:...

Hi Ben, Thanks a lot for contributing such a great package. I have encountered one problem for using this package with my local mysql server. The problem is that is...

This package is awesome. Great stuff. I am currently using this package to connect my application to an external mySQL server, but looks like it does not recognize 'select' for...

``` I20150218-01:33:02.258(5.5)? ** You've set up some data subscriptions with Meteor.publish(), but I20150218-01:33:02.260(5.5)? ** you still have autopublish turned on. Because autopublish is still I20150218-01:33:02.260(5.5)? ** on, your Meteor.publish() calls...