Reactive Meteor MySQL integration vlasky:mysql now supports Meteor 3.0

It is my pleasure to announce the release of vlasky:mysql 1.3.0, which implements support for reactive MySQL queries in Meteor 3.0! It remains backward compatible with previous Meteor versions.

This release warranted a minor version increment due to small breaking change - existing Meteor apps must be updated to include the following import statement at the top of each source file that references LiveMysql and/or LiveMysqlKeySelector:

import { LiveMysql, LiveMysqlKeySelector } from 'meteor/vlasky:mysql';

Enjoy.

13 Likes

Glad you’re still going strong in the 3.0 era :muscle:

5 Likes

Fantastic work, @vlasky! It’s great to see that the required change is minimal!

2 Likes

Thanks! I used the ChatGPT custom GPT Meteor 2 to 3 Migration Assistant to assist with the task.

3 Likes