UNPKG

meteor-mysql

Version:

This is a meteor package which brings strong and easy way in order to write apps using Mysql.

6 lines (5 loc) 133 B
/** * This file is used by package.js for meteor js publish package only. */ Mysql = {}; Mysql = Npm.require("meteor-mysql");