Updates
This commit is contained in:
parent
b03d90026c
commit
c801ddfdd9
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "datasquirel",
|
"name": "datasquirel",
|
||||||
"version": "2.2.9",
|
"version": "2.3.0",
|
||||||
"description": "Cloud-based SQL data management tool",
|
"description": "Cloud-based SQL data management tool",
|
||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
"bin": {
|
"bin": {
|
||||||
|
@ -47,9 +47,6 @@ async function getSchema({ key, database, field, table }) {
|
|||||||
.map((k) => `${k}=${queryObject[k]}`)
|
.map((k) => `${k}=${queryObject[k]}`)
|
||||||
.join("&");
|
.join("&");
|
||||||
|
|
||||||
console.log(queryObject);
|
|
||||||
console.log(query);
|
|
||||||
|
|
||||||
(scheme?.match(/^http$/i) ? http : https)
|
(scheme?.match(/^http$/i) ? http : https)
|
||||||
.request(
|
.request(
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user