My sql & mongo together with meteor

hey guyss i have existing DB (my sql) we application & i suppose rewrite using meteor . i suppose to move our some table to mongo (example user tabel) . i neeed to clarify . meteor is ok with my sql . bz we cant move all platform to mongo . i seem some plugin
https://www.npmjs.com/package/meteor-mysql#install
is that possible & what is best plugin ?//:slight_smile:

Here is a package for MySql:
https://atmospherejs.com/numtel/mysql

I am using this package and it works fairly well.

Thereโ€™s also Apollo which should work with any database:

i try this is cool mate thanks lot

is that open source or paid?

Open source and built by the meteor team

maybe this example can help https://github.com/abhiaiyer91/sample-graphql-meteor-server