hapiest-mysql
Advanced tools
Comparing version 0.0.29 to 0.0.30
@@ -96,20 +96,2 @@ 'use strict'; | ||
/** | ||
* @param {string} selectQuery | ||
* @returns {Promise.<object[]|null,Error>} | ||
*/ | ||
selectCount(selectQuery) { | ||
const selectOneResult = false; | ||
return this._selectBase(this._getReadPool(), selectQuery, selectOneResult); | ||
} | ||
/** | ||
* @param {string} selectQuery | ||
* @returns {Promise.<object[]|null,Error>} | ||
*/ | ||
selectCountFromMaster(selectQuery) { | ||
const selectOneResult = false; | ||
return this._selectBase(this._writePool, selectQuery, selectOneResult); | ||
} | ||
/** | ||
* @param pool | ||
@@ -116,0 +98,0 @@ * @param selectQuery |
{ | ||
"name": "hapiest-mysql", | ||
"version": "0.0.29", | ||
"version": "0.0.30", | ||
"description": "A wrapper around mysql that provides a very descriptive way of running queries.", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
187794
4090