Updates
This commit is contained in:
parent
a44526aeed
commit
c947567311
@ -20,7 +20,6 @@ const grab_dsql_connection_1 = __importDefault(require("../../grab-dsql-connecti
|
||||
function LOCAL_DB_HANDLER(...args) {
|
||||
return __awaiter(this, void 0, void 0, function* () {
|
||||
const MASTER = (0, grab_dsql_connection_1.default)();
|
||||
console.log("Querying ...");
|
||||
try {
|
||||
const results = yield MASTER.query(...args);
|
||||
return JSON.parse(JSON.stringify(results));
|
||||
|
@ -6,8 +6,6 @@ import grabDSQLConnection from "../../grab-dsql-connection";
|
||||
export default async function LOCAL_DB_HANDLER(...args: any[]) {
|
||||
const MASTER = grabDSQLConnection();
|
||||
|
||||
console.log("Querying ...");
|
||||
|
||||
try {
|
||||
const results = await MASTER.query(...args);
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@moduletrace/datasquirel",
|
||||
"version": "3.7.1",
|
||||
"version": "3.7.2",
|
||||
"description": "Cloud-based SQL data management tool",
|
||||
"main": "dist/index.js",
|
||||
"bin": {
|
||||
|
Loading…
Reference in New Issue
Block a user