This commit is contained in:
Benjamin Toby 2025-01-17 10:23:41 +01:00
parent a44526aeed
commit c947567311
3 changed files with 1 additions and 4 deletions

View File

@ -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));

View File

@ -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);

View File

@ -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": {