Making REST APIs when using MySQL as DB

Hello!

I assume all available official packages for REST APIs made to work with Mongo.

But what about when using MySQL?

It seems some people use MySQL via third party packages, so there might be some solution to create REST APIs on top of it…

Hi,

Did you try IronRouter to create restful route ?
http://iron-meteor.github.io/iron-router/#restful-routes

regs,
Yann