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) 393 B
/// <reference path="../typings/mysql/mysql.d.ts" /> /// <reference path="../typings/node-mysql-wrapper/node-mysql-wrapper.d.ts" /> /// <reference path="../typings/my-meteor/my-meteor.d.ts" /> import MeteorDatabase from "./lib/MeteorDatabase"; export declare function connect(mysqlUrlOrObjectOrMysqlAlreadyConnection: NodeMysql.IConnection | string, ...useTables: any[]): MeteorDatabase;