@dbml/cli 6.4.0-alpha.0 → 6.5.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/__test__/db2dbml/mssql/dbml-error.log +22 -0
- package/__test__/db2dbml/mysql/dbml-error.log +6 -0
- package/__test__/db2dbml/oracle/dbml-error.log +11 -0
- package/__test__/db2dbml/oracle/out-files/schema.dbml +46 -0
- package/__test__/db2dbml/postgres/dbml-error.log +7 -0
- package/__test__/db2dbml/sqlite/dbml-error.log +52 -0
- package/__test__/db2dbml/sqlite/out-files/schema.dbml +108 -0
- package/{__tests__ → __test__}/dbml2sql/filename --mysql --out-file/out-files/schema.sql +1 -1
- package/{__tests__ → __test__}/dbml2sql/filename --oracle --out-file/out-files/schema.sql +1 -1
- package/{__tests__ → __test__}/dbml2sql/filename --out-file/out-files/schema.sql +1 -1
- package/{__tests__ → __test__}/dbml2sql/filename --postgres --out-file/out-files/schema.sql +1 -1
- package/{__tests__ → __test__}/dbml2sql/filenames --mysql --out-file/out-files/schema.sql +1 -1
- package/{__tests__ → __test__}/dbml2sql/filenames --oracle --out-file/out-files/schema.sql +1 -1
- package/{__tests__ → __test__}/dbml2sql/filenames --out-file/out-files/schema.sql +1 -1
- package/{__tests__ → __test__}/dbml2sql/filenames --postgres --out-file/out-files/schema.sql +1 -1
- package/{__tests__ → __test__}/dbml2sql/multiple_schema_mssql/out-files/multiple_schema.out.sql +1 -1
- package/{__tests__ → __test__}/dbml2sql/multiple_schema_mysql/out-files/multiple_schema.out.sql +1 -1
- package/{__tests__ → __test__}/dbml2sql/multiple_schema_oracle/out-files/multiple_schema.out.sql +1 -1
- package/{__tests__ → __test__}/dbml2sql/multiple_schema_pg/out-files/multiple_schema.out.sql +1 -1
- package/__test__/dbml2sql/syntax-error/dbml-error.log +1533 -0
- package/{__tests__ → __test__}/sql2dbml/multiple_schema_mssql/out-files/multiple_schema.out.dbml +56 -8
- package/__test__/sql2dbml/multiple_schema_pg/dbml-error.log +52 -0
- package/__test__/sql2dbml/syntax-error/dbml-error.log +1557 -0
- package/__test__/sql2dbml/syntax-error-duplicate-endpoints --mssql/dbml-error.log +1615 -0
- package/__test__/sql2dbml/syntax-error-duplicate-endpoints --mysql/dbml-error.log +1615 -0
- package/dbml-error.log +562 -0
- package/lib/index.js +4 -4
- package/package.json +4 -4
- package/yarn-error.log +87 -0
- package/__tests__/db2dbml/mssql/dbml-error.log +0 -44
- package/__tests__/db2dbml/mysql/dbml-error.log +0 -12
- package/__tests__/db2dbml/oracle/dbml-error.log +0 -91
- package/__tests__/db2dbml/oracle/out-files/schema.dbml +0 -419
- package/__tests__/db2dbml/postgres/dbml-error.log +0 -28
- package/__tests__/dbml2sql/syntax-error/dbml-error.log +0 -15
- package/__tests__/sql2dbml/custom-error-alter-table-column-not-found --oracle/dbml-error.log +0 -51
- package/__tests__/sql2dbml/custom-error-alter-table-column-not-found --oracle/out-files/schema.dbml +0 -0
- package/__tests__/sql2dbml/custom-error-alter-table-table-not-found --oracle/dbml-error.log +0 -51
- package/__tests__/sql2dbml/custom-error-alter-table-table-not-found --oracle/out-files/schema.dbml +0 -0
- package/__tests__/sql2dbml/custom-error-column-comment-column-not-found --oracle/dbml-error.log +0 -51
- package/__tests__/sql2dbml/custom-error-column-comment-column-not-found --oracle/out-files/schema.dbml +0 -0
- package/__tests__/sql2dbml/custom-error-column-comment-table-not-found --oracle/dbml-error.log +0 -51
- package/__tests__/sql2dbml/custom-error-column-comment-table-not-found --oracle/out-files/schema.dbml +0 -0
- package/__tests__/sql2dbml/custom-error-create-index-table-not-found --oracle/dbml-error.log +0 -51
- package/__tests__/sql2dbml/custom-error-create-index-table-not-found --oracle/out-files/schema.dbml +0 -0
- package/__tests__/sql2dbml/custom-error-table-comment-table-not-found --oracle/dbml-error.log +0 -27
- package/__tests__/sql2dbml/custom-error-table-comment-table-not-found --oracle/out-files/schema.dbml +0 -0
- package/__tests__/sql2dbml/filename --oracle --out-file/out-files/schema.dbml +0 -83
- package/__tests__/sql2dbml/multiple_schema_mysql/dbml-error.log +0 -0
- package/__tests__/sql2dbml/multiple_schema_pg/dbml-error.log +0 -0
- package/__tests__/sql2dbml/syntax-error/dbml-error.log +0 -51
- package/__tests__/sql2dbml/syntax-error-duplicate-endpoints --mssql/dbml-error.log +0 -51
- package/__tests__/sql2dbml/syntax-error-duplicate-endpoints --mysql/dbml-error.log +0 -51
- /package/{__tests__ → __test__}/dbml2sql/filename --mysql --out-file/dbml-error.log +0 -0
- /package/{__tests__ → __test__}/dbml2sql/filename --mysql stdout/dbml-error.log +0 -0
- /package/{__tests__ → __test__}/dbml2sql/filename --oracle --out-file/dbml-error.log +0 -0
- /package/{__tests__ → __test__}/dbml2sql/filename --oracle stdout/dbml-error.log +0 -0
- /package/{__tests__ → __test__}/dbml2sql/filename --out-file/dbml-error.log +0 -0
- /package/{__tests__ → __test__}/dbml2sql/filename --postgres --out-file/dbml-error.log +0 -0
- /package/{__tests__ → __test__}/dbml2sql/filename --postgres stdout/dbml-error.log +0 -0
- /package/{__tests__ → __test__}/dbml2sql/filename stdout/dbml-error.log +0 -0
- /package/{__tests__ → __test__}/dbml2sql/filenames --mysql --out-file/dbml-error.log +0 -0
- /package/{__tests__ → __test__}/dbml2sql/filenames --mysql stdout/dbml-error.log +0 -0
- /package/{__tests__ → __test__}/dbml2sql/filenames --oracle --out-file/dbml-error.log +0 -0
- /package/{__tests__ → __test__}/dbml2sql/filenames --oracle stdout/dbml-error.log +0 -0
- /package/{__tests__ → __test__}/dbml2sql/filenames --out-file/dbml-error.log +0 -0
- /package/{__tests__ → __test__}/dbml2sql/filenames --postgres --out-file/dbml-error.log +0 -0
- /package/{__tests__ → __test__}/dbml2sql/filenames --postgres stdout/dbml-error.log +0 -0
- /package/{__tests__ → __test__}/dbml2sql/filenames stdout/dbml-error.log +0 -0
- /package/{__tests__ → __test__}/dbml2sql/multiple_schema_mssql/dbml-error.log +0 -0
- /package/{__tests__ → __test__}/dbml2sql/multiple_schema_mysql/dbml-error.log +0 -0
- /package/{__tests__ → __test__}/dbml2sql/multiple_schema_oracle/dbml-error.log +0 -0
- /package/{__tests__ → __test__}/dbml2sql/multiple_schema_pg/dbml-error.log +0 -0
- /package/{__tests__ → __test__}/sql2dbml/filename --mssql --out-file/dbml-error.log +0 -0
- /package/{__tests__ → __test__}/sql2dbml/filename --mssql --out-file/out-files/schema.dbml +0 -0
- /package/{__tests__ → __test__}/sql2dbml/filename --mysql --out-file/dbml-error.log +0 -0
- /package/{__tests__ → __test__}/sql2dbml/filename --mysql --out-file/out-files/schema.dbml +0 -0
- /package/{__tests__ → __test__}/sql2dbml/filename --mysql stdout/dbml-error.log +0 -0
- /package/{__tests__/sql2dbml/filename --oracle --out-file → __test__/sql2dbml/filename --out-file}/dbml-error.log +0 -0
- /package/{__tests__ → __test__}/sql2dbml/filename --out-file/out-files/schema.dbml +0 -0
- /package/{__tests__/sql2dbml/filename --out-file → __test__/sql2dbml/filename --postgres --out-file}/dbml-error.log +0 -0
- /package/{__tests__ → __test__}/sql2dbml/filename --postgres --out-file/out-files/schema.dbml +0 -0
- /package/{__tests__/sql2dbml/filename --postgres --out-file → __test__/sql2dbml/filename --postgres stdout}/dbml-error.log +0 -0
- /package/{__tests__/sql2dbml/filename --postgres stdout → __test__/sql2dbml/filename --snowflake stdout}/dbml-error.log +0 -0
- /package/{__tests__/sql2dbml/filename --snowflake stdout → __test__/sql2dbml/filename stdout}/dbml-error.log +0 -0
- /package/{__tests__/sql2dbml/filename stdout → __test__/sql2dbml/filenames --mysql --out-file}/dbml-error.log +0 -0
- /package/{__tests__ → __test__}/sql2dbml/filenames --mysql --out-file/out-files/schema.dbml +0 -0
- /package/{__tests__/sql2dbml/filenames --mysql --out-file → __test__/sql2dbml/filenames --mysql stdout}/dbml-error.log +0 -0
- /package/{__tests__/sql2dbml/filenames --mysql stdout → __test__/sql2dbml/filenames --out-file}/dbml-error.log +0 -0
- /package/{__tests__ → __test__}/sql2dbml/filenames --out-file/out-files/schema.dbml +0 -0
- /package/{__tests__/sql2dbml/filenames --out-file → __test__/sql2dbml/filenames --postgres --out-file}/dbml-error.log +0 -0
- /package/{__tests__ → __test__}/sql2dbml/filenames --postgres --out-file/out-files/schema.dbml +0 -0
- /package/{__tests__/sql2dbml/filenames --postgres --out-file → __test__/sql2dbml/filenames --postgres stdout}/dbml-error.log +0 -0
- /package/{__tests__/sql2dbml/filenames --postgres stdout → __test__/sql2dbml/filenames stdout}/dbml-error.log +0 -0
- /package/{__tests__/sql2dbml/filenames stdout → __test__/sql2dbml/multiple_schema_mssql}/dbml-error.log +0 -0
- /package/{__tests__/sql2dbml/multiple_schema_mssql → __test__/sql2dbml/multiple_schema_mysql}/dbml-error.log +0 -0
- /package/{__tests__ → __test__}/sql2dbml/multiple_schema_mysql/out-files/multiple_schema.out.dbml +0 -0
- /package/{__tests__ → __test__}/sql2dbml/multiple_schema_pg/out-files/multiple_schema.out.dbml +0 -0
package/lib/index.js
CHANGED
|
@@ -1191,7 +1191,7 @@ async function connectionHandler(program$1) {
|
|
|
1191
1191
|
}
|
|
1192
1192
|
const $schema = "https://json.schemastore.org/package";
|
|
1193
1193
|
const name = "@dbml/cli";
|
|
1194
|
-
const version = "6.
|
|
1194
|
+
const version = "6.5.0";
|
|
1195
1195
|
const description = "";
|
|
1196
1196
|
const main = "lib/index.js";
|
|
1197
1197
|
const license = "Apache-2.0";
|
|
@@ -1217,8 +1217,8 @@ const repository = "https://github.com/holistics/dbml/tree/master/packages/dbml-
|
|
|
1217
1217
|
const keywords = ["dbml", "dbml-cli"];
|
|
1218
1218
|
const dependencies = {
|
|
1219
1219
|
"@babel/cli": "^7.21.0",
|
|
1220
|
-
"@dbml/connector": "^6.
|
|
1221
|
-
"@dbml/core": "^6.
|
|
1220
|
+
"@dbml/connector": "^6.5.0",
|
|
1221
|
+
"@dbml/core": "^6.5.0",
|
|
1222
1222
|
"bluebird": "^3.5.5",
|
|
1223
1223
|
"chalk": "^2.4.2",
|
|
1224
1224
|
"commander": "^2.20.0",
|
|
@@ -1229,7 +1229,7 @@ const dependencies = {
|
|
|
1229
1229
|
"strip-ansi": "^5.2.0",
|
|
1230
1230
|
"winston": "^3.2.1"
|
|
1231
1231
|
};
|
|
1232
|
-
const gitHead = "
|
|
1232
|
+
const gitHead = "9ed15e01a00d4f58564ccdfb75f2f85bf5de5199";
|
|
1233
1233
|
const engines = { "node": ">=18" };
|
|
1234
1234
|
var package_default = {
|
|
1235
1235
|
$schema,
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "https://json.schemastore.org/package",
|
|
3
3
|
"name": "@dbml/cli",
|
|
4
|
-
"version": "6.
|
|
4
|
+
"version": "6.5.0",
|
|
5
5
|
"description": "",
|
|
6
6
|
"main": "lib/index.js",
|
|
7
7
|
"license": "Apache-2.0",
|
|
@@ -32,8 +32,8 @@
|
|
|
32
32
|
],
|
|
33
33
|
"dependencies": {
|
|
34
34
|
"@babel/cli": "^7.21.0",
|
|
35
|
-
"@dbml/connector": "^6.
|
|
36
|
-
"@dbml/core": "^6.
|
|
35
|
+
"@dbml/connector": "^6.5.0",
|
|
36
|
+
"@dbml/core": "^6.5.0",
|
|
37
37
|
"bluebird": "^3.5.5",
|
|
38
38
|
"chalk": "^2.4.2",
|
|
39
39
|
"commander": "^2.20.0",
|
|
@@ -44,7 +44,7 @@
|
|
|
44
44
|
"strip-ansi": "^5.2.0",
|
|
45
45
|
"winston": "^3.2.1"
|
|
46
46
|
},
|
|
47
|
-
"gitHead": "
|
|
47
|
+
"gitHead": "9ed15e01a00d4f58564ccdfb75f2f85bf5de5199",
|
|
48
48
|
"engines": {
|
|
49
49
|
"node": ">=18"
|
|
50
50
|
}
|
package/yarn-error.log
ADDED
|
@@ -0,0 +1,87 @@
|
|
|
1
|
+
Arguments:
|
|
2
|
+
/usr/local/bin/node /usr/local/bin/yarn install
|
|
3
|
+
|
|
4
|
+
PATH:
|
|
5
|
+
/opt/homebrew/opt/openjdk/bin:/opt/homebrew/opt/postgresql@13/bin:/Library/Frameworks/Python.framework/Versions/3.11/bin:/Library/Frameworks/Python.framework/Versions/3.10/bin:/opt/homebrew/bin:/opt/homebrew/sbin:/usr/local/bin:/System/Cryptexes/App/usr/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/go/bin:/opt/homebrew/opt/openjdk/bin:/opt/homebrew/opt/postgresql@13/bin:/Library/Frameworks/Python.framework/Versions/3.11/bin:/Library/Frameworks/Python.framework/Versions/3.10/bin:/opt/homebrew/bin:/opt/homebrew/sbin:/Users/nguyenhoang/.cargo/bin
|
|
6
|
+
|
|
7
|
+
Yarn version:
|
|
8
|
+
1.22.18
|
|
9
|
+
|
|
10
|
+
Node version:
|
|
11
|
+
16.18.0
|
|
12
|
+
|
|
13
|
+
Platform:
|
|
14
|
+
darwin arm64
|
|
15
|
+
|
|
16
|
+
Trace:
|
|
17
|
+
SyntaxError: /Users/nguyenhoang/Documents/workspace/dbx/dbml/package.json: Unexpected token } in JSON at position 130
|
|
18
|
+
at JSON.parse (<anonymous>)
|
|
19
|
+
at /usr/local/lib/node_modules/yarn/lib/cli.js:1625:59
|
|
20
|
+
at Generator.next (<anonymous>)
|
|
21
|
+
at step (/usr/local/lib/node_modules/yarn/lib/cli.js:310:30)
|
|
22
|
+
at /usr/local/lib/node_modules/yarn/lib/cli.js:321:13
|
|
23
|
+
|
|
24
|
+
npm manifest:
|
|
25
|
+
{
|
|
26
|
+
"name": "@dbml/cli",
|
|
27
|
+
"version": "2.5.3",
|
|
28
|
+
"description": "",
|
|
29
|
+
"main": "lib/index.js",
|
|
30
|
+
"license": "Apache-2.0",
|
|
31
|
+
"scripts": {
|
|
32
|
+
"test": "jest",
|
|
33
|
+
"build": "babel src --out-dir lib --copy-files",
|
|
34
|
+
"prepublish": "npm run build"
|
|
35
|
+
},
|
|
36
|
+
"publishConfig": {
|
|
37
|
+
"access": "public"
|
|
38
|
+
},
|
|
39
|
+
"bin": {
|
|
40
|
+
"dbml2sql": "bin/dbml2sql.js",
|
|
41
|
+
"sql2dbml": "bin/sql2dbml.js"
|
|
42
|
+
},
|
|
43
|
+
"author": "Holistics <dev@holistics.io>",
|
|
44
|
+
"homepage": "https://dbml.dbdiagram.io",
|
|
45
|
+
"repository": "https://github.com/holistics/dbml/tree/master/packages/dbml-cli",
|
|
46
|
+
"keywords": [
|
|
47
|
+
"dbml",
|
|
48
|
+
"dbml-cli"
|
|
49
|
+
],
|
|
50
|
+
"dependencies": {
|
|
51
|
+
"@babel/cli": "^7.21.0",
|
|
52
|
+
"@dbml/core": "^2.5.3",
|
|
53
|
+
"bluebird": "^3.5.5",
|
|
54
|
+
"chalk": "^2.4.2",
|
|
55
|
+
"commander": "^2.20.0",
|
|
56
|
+
"esm": "^3.2.25",
|
|
57
|
+
"figures": "^3.2.0",
|
|
58
|
+
"lodash": "^4.17.15",
|
|
59
|
+
"pegjs-require-import": "^0.0.2",
|
|
60
|
+
"strip-ansi": "^5.2.0",
|
|
61
|
+
"winston": "^3.2.1"
|
|
62
|
+
},
|
|
63
|
+
"devDependencies": {
|
|
64
|
+
"@babel/core": "^7.21.4",
|
|
65
|
+
"@babel/node": "^7.20.7",
|
|
66
|
+
"@babel/plugin-transform-runtime": "^7.21.4",
|
|
67
|
+
"@babel/preset-env": "^7.21.4",
|
|
68
|
+
"@babel/runtime": "^7.21.0",
|
|
69
|
+
"babel-jest": "^29.5.0",
|
|
70
|
+
"jest": "^29.5.0"
|
|
71
|
+
},
|
|
72
|
+
"jest": {
|
|
73
|
+
"setupFiles": [
|
|
74
|
+
"./jestHelpers.js"
|
|
75
|
+
],
|
|
76
|
+
"transform": {
|
|
77
|
+
"^.+\\.js$": "babel-jest"
|
|
78
|
+
}
|
|
79
|
+
},
|
|
80
|
+
"gitHead": "5cb80e1aa38fb9a4dbe3079e39c9ef93cd4dc556"
|
|
81
|
+
}
|
|
82
|
+
|
|
83
|
+
yarn manifest:
|
|
84
|
+
No manifest
|
|
85
|
+
|
|
86
|
+
Lockfile:
|
|
87
|
+
No lockfile
|
|
@@ -1,44 +0,0 @@
|
|
|
1
|
-
2025-11-06T03:16:07.258Z
|
|
2
|
-
ConnectionError: Failed to connect to localhost:1433 - Could not connect (sequence)
|
|
3
|
-
at /home/huydna/projects/dbml-release/node_modules/mssql/lib/tedious/connection-pool.js:85:17
|
|
4
|
-
at Connection.onConnect (/home/huydna/projects/dbml-release/node_modules/tedious/lib/connection.js:849:9)
|
|
5
|
-
at Object.onceWrapper (node:events:633:26)
|
|
6
|
-
at Connection.emit (node:events:518:28)
|
|
7
|
-
at Connection.emit (/home/huydna/projects/dbml-release/node_modules/tedious/lib/connection.js:970:18)
|
|
8
|
-
at Connection.socketError (/home/huydna/projects/dbml-release/node_modules/tedious/lib/connection.js:1351:12)
|
|
9
|
-
at /home/huydna/projects/dbml-release/node_modules/tedious/lib/connection.js:1144:14
|
|
10
|
-
at process.processTicksAndRejections (node:internal/process/task_queues:85:11)
|
|
11
|
-
|
|
12
|
-
2025-11-18T08:13:09.020Z
|
|
13
|
-
ConnectionError: Failed to connect to localhost:1433 - Could not connect (sequence)
|
|
14
|
-
at /home/huydna/projects/dbml-release/node_modules/mssql/lib/tedious/connection-pool.js:85:17
|
|
15
|
-
at Connection.onConnect (/home/huydna/projects/dbml-release/node_modules/tedious/lib/connection.js:849:9)
|
|
16
|
-
at Object.onceWrapper (node:events:633:26)
|
|
17
|
-
at Connection.emit (node:events:518:28)
|
|
18
|
-
at Connection.emit (/home/huydna/projects/dbml-release/node_modules/tedious/lib/connection.js:970:18)
|
|
19
|
-
at Connection.socketError (/home/huydna/projects/dbml-release/node_modules/tedious/lib/connection.js:1351:12)
|
|
20
|
-
at /home/huydna/projects/dbml-release/node_modules/tedious/lib/connection.js:1144:14
|
|
21
|
-
at process.processTicksAndRejections (node:internal/process/task_queues:85:11)
|
|
22
|
-
|
|
23
|
-
2025-11-18T09:04:32.232Z
|
|
24
|
-
ConnectionError: Failed to connect to localhost:1433 - Could not connect (sequence)
|
|
25
|
-
at /home/huydna/projects/dbml-release/node_modules/mssql/lib/tedious/connection-pool.js:85:17
|
|
26
|
-
at Connection.onConnect (/home/huydna/projects/dbml-release/node_modules/tedious/lib/connection.js:849:9)
|
|
27
|
-
at Object.onceWrapper (node:events:633:26)
|
|
28
|
-
at Connection.emit (node:events:518:28)
|
|
29
|
-
at Connection.emit (/home/huydna/projects/dbml-release/node_modules/tedious/lib/connection.js:970:18)
|
|
30
|
-
at Connection.socketError (/home/huydna/projects/dbml-release/node_modules/tedious/lib/connection.js:1351:12)
|
|
31
|
-
at /home/huydna/projects/dbml-release/node_modules/tedious/lib/connection.js:1144:14
|
|
32
|
-
at process.processTicksAndRejections (node:internal/process/task_queues:85:11)
|
|
33
|
-
|
|
34
|
-
2025-11-27T14:15:13.126Z
|
|
35
|
-
ConnectionError: Failed to connect to localhost:1433 - Could not connect (sequence)
|
|
36
|
-
at /home/huydna/projects/dbml-release/node_modules/mssql/lib/tedious/connection-pool.js:85:17
|
|
37
|
-
at Connection.onConnect (/home/huydna/projects/dbml-release/node_modules/tedious/lib/connection.js:849:9)
|
|
38
|
-
at Object.onceWrapper (node:events:633:26)
|
|
39
|
-
at Connection.emit (node:events:518:28)
|
|
40
|
-
at Connection.emit (/home/huydna/projects/dbml-release/node_modules/tedious/lib/connection.js:970:18)
|
|
41
|
-
at Connection.socketError (/home/huydna/projects/dbml-release/node_modules/tedious/lib/connection.js:1351:12)
|
|
42
|
-
at /home/huydna/projects/dbml-release/node_modules/tedious/lib/connection.js:1144:14
|
|
43
|
-
at process.processTicksAndRejections (node:internal/process/task_queues:85:11)
|
|
44
|
-
|
|
@@ -1,91 +0,0 @@
|
|
|
1
|
-
2025-11-27T14:05:33.031Z
|
|
2
|
-
Error: Unsupported database type: unknown
|
|
3
|
-
at Object.fetchSchemaJson (/home/huydna/projects/dbml-release/packages/dbml-connector/dist/connectors/connector.js:22:19)
|
|
4
|
-
at connectionHandler (/home/huydna/projects/dbml-release/packages/dbml-cli/lib/cli/connector.js:24:51)
|
|
5
|
-
at Object.db2dbml (/home/huydna/projects/dbml-release/packages/dbml-cli/lib/cli/index.js:74:26)
|
|
6
|
-
at Object.<anonymous> (/home/huydna/projects/dbml-release/packages/dbml-cli/bin/db2dbml.js:3:19)
|
|
7
|
-
at Module._compile (node:internal/modules/cjs/loader:1554:14)
|
|
8
|
-
at Object..js (node:internal/modules/cjs/loader:1706:10)
|
|
9
|
-
at Module.load (node:internal/modules/cjs/loader:1289:32)
|
|
10
|
-
at Function._load (node:internal/modules/cjs/loader:1108:12)
|
|
11
|
-
at TracingChannel.traceSync (node:diagnostics_channel:322:14)
|
|
12
|
-
at wrapModuleLoad (node:internal/modules/cjs/loader:220:24)
|
|
13
|
-
|
|
14
|
-
2025-11-27T14:06:21.924Z
|
|
15
|
-
Error: Unsupported database type: unknown
|
|
16
|
-
at Object.fetchSchemaJson (/home/huydna/projects/dbml-release/packages/dbml-connector/dist/connectors/connector.js:22:19)
|
|
17
|
-
at connectionHandler (/home/huydna/projects/dbml-release/packages/dbml-cli/lib/cli/connector.js:24:51)
|
|
18
|
-
at Object.db2dbml (/home/huydna/projects/dbml-release/packages/dbml-cli/lib/cli/index.js:74:26)
|
|
19
|
-
at Object.<anonymous> (/home/huydna/projects/dbml-release/packages/dbml-cli/bin/db2dbml.js:3:19)
|
|
20
|
-
at Module._compile (node:internal/modules/cjs/loader:1554:14)
|
|
21
|
-
at Object..js (node:internal/modules/cjs/loader:1706:10)
|
|
22
|
-
at Module.load (node:internal/modules/cjs/loader:1289:32)
|
|
23
|
-
at Function._load (node:internal/modules/cjs/loader:1108:12)
|
|
24
|
-
at TracingChannel.traceSync (node:diagnostics_channel:322:14)
|
|
25
|
-
at wrapModuleLoad (node:internal/modules/cjs/loader:220:24)
|
|
26
|
-
|
|
27
|
-
2025-11-27T14:09:49.916Z
|
|
28
|
-
Error: Unsupported database type: unknown
|
|
29
|
-
at Object.fetchSchemaJson (/home/huydna/projects/dbml-release/packages/dbml-connector/dist/connectors/connector.js:25:19)
|
|
30
|
-
at connectionHandler (/home/huydna/projects/dbml-release/packages/dbml-cli/lib/cli/connector.js:24:51)
|
|
31
|
-
at Object.db2dbml (/home/huydna/projects/dbml-release/packages/dbml-cli/lib/cli/index.js:76:26)
|
|
32
|
-
at Object.<anonymous> (/home/huydna/projects/dbml-release/packages/dbml-cli/bin/db2dbml.js:3:19)
|
|
33
|
-
at Module._compile (node:internal/modules/cjs/loader:1554:14)
|
|
34
|
-
at Object..js (node:internal/modules/cjs/loader:1706:10)
|
|
35
|
-
at Module.load (node:internal/modules/cjs/loader:1289:32)
|
|
36
|
-
at Function._load (node:internal/modules/cjs/loader:1108:12)
|
|
37
|
-
at TracingChannel.traceSync (node:diagnostics_channel:322:14)
|
|
38
|
-
at wrapModuleLoad (node:internal/modules/cjs/loader:220:24)
|
|
39
|
-
|
|
40
|
-
2025-11-27T14:13:28.547Z
|
|
41
|
-
Error: Unsupported database type: unknown
|
|
42
|
-
at Object.fetchSchemaJson (/home/huydna/projects/dbml-release/packages/dbml-connector/dist/connectors/connector.js:25:19)
|
|
43
|
-
at connectionHandler (/home/huydna/projects/dbml-release/packages/dbml-cli/lib/cli/connector.js:25:51)
|
|
44
|
-
at Object.db2dbml (/home/huydna/projects/dbml-release/packages/dbml-cli/lib/cli/index.js:76:26)
|
|
45
|
-
at Object.<anonymous> (/home/huydna/projects/dbml-release/packages/dbml-cli/bin/db2dbml.js:3:19)
|
|
46
|
-
at Module._compile (node:internal/modules/cjs/loader:1554:14)
|
|
47
|
-
at Object..js (node:internal/modules/cjs/loader:1706:10)
|
|
48
|
-
at Module.load (node:internal/modules/cjs/loader:1289:32)
|
|
49
|
-
at Function._load (node:internal/modules/cjs/loader:1108:12)
|
|
50
|
-
at TracingChannel.traceSync (node:diagnostics_channel:322:14)
|
|
51
|
-
at wrapModuleLoad (node:internal/modules/cjs/loader:220:24)
|
|
52
|
-
|
|
53
|
-
2025-11-27T14:15:15.032Z
|
|
54
|
-
Error: Unsupported database type: unknown
|
|
55
|
-
at Object.fetchSchemaJson (/home/huydna/projects/dbml-release/packages/dbml-connector/dist/connectors/connector.js:25:19)
|
|
56
|
-
at connectionHandler (/home/huydna/projects/dbml-release/packages/dbml-cli/lib/cli/connector.js:25:51)
|
|
57
|
-
at Object.db2dbml (/home/huydna/projects/dbml-release/packages/dbml-cli/lib/cli/index.js:76:26)
|
|
58
|
-
at Object.<anonymous> (/home/huydna/projects/dbml-release/packages/dbml-cli/bin/db2dbml.js:3:19)
|
|
59
|
-
at Module._compile (node:internal/modules/cjs/loader:1554:14)
|
|
60
|
-
at Object..js (node:internal/modules/cjs/loader:1706:10)
|
|
61
|
-
at Module.load (node:internal/modules/cjs/loader:1289:32)
|
|
62
|
-
at Function._load (node:internal/modules/cjs/loader:1108:12)
|
|
63
|
-
at TracingChannel.traceSync (node:diagnostics_channel:322:14)
|
|
64
|
-
at wrapModuleLoad (node:internal/modules/cjs/loader:220:24)
|
|
65
|
-
|
|
66
|
-
2025-11-27T14:32:18.628Z
|
|
67
|
-
Error: Unsupported database type: unknown
|
|
68
|
-
at Object.fetchSchemaJson (/home/huydna/projects/dbml-release/packages/dbml-connector/dist/connectors/connector.js:25:19)
|
|
69
|
-
at connectionHandler (/home/huydna/projects/dbml-release/packages/dbml-cli/lib/cli/connector.js:25:51)
|
|
70
|
-
at Object.db2dbml (/home/huydna/projects/dbml-release/packages/dbml-cli/lib/cli/index.js:76:26)
|
|
71
|
-
at Object.<anonymous> (/home/huydna/projects/dbml-release/packages/dbml-cli/bin/db2dbml.js:3:19)
|
|
72
|
-
at Module._compile (node:internal/modules/cjs/loader:1554:14)
|
|
73
|
-
at Object..js (node:internal/modules/cjs/loader:1706:10)
|
|
74
|
-
at Module.load (node:internal/modules/cjs/loader:1289:32)
|
|
75
|
-
at Function._load (node:internal/modules/cjs/loader:1108:12)
|
|
76
|
-
at TracingChannel.traceSync (node:diagnostics_channel:322:14)
|
|
77
|
-
at wrapModuleLoad (node:internal/modules/cjs/loader:220:24)
|
|
78
|
-
|
|
79
|
-
2025-11-27T14:32:41.584Z
|
|
80
|
-
Error: Unsupported database type: unknown
|
|
81
|
-
at Object.fetchSchemaJson (/home/huydna/projects/dbml-release/packages/dbml-connector/dist/connectors/connector.js:25:19)
|
|
82
|
-
at connectionHandler (/home/huydna/projects/dbml-release/packages/dbml-cli/lib/cli/connector.js:25:51)
|
|
83
|
-
at Object.db2dbml (/home/huydna/projects/dbml-release/packages/dbml-cli/lib/cli/index.js:76:26)
|
|
84
|
-
at Object.<anonymous> (/home/huydna/projects/dbml-release/packages/dbml-cli/bin/db2dbml.js:3:19)
|
|
85
|
-
at Module._compile (node:internal/modules/cjs/loader:1554:14)
|
|
86
|
-
at Object..js (node:internal/modules/cjs/loader:1706:10)
|
|
87
|
-
at Module.load (node:internal/modules/cjs/loader:1289:32)
|
|
88
|
-
at Function._load (node:internal/modules/cjs/loader:1108:12)
|
|
89
|
-
at TracingChannel.traceSync (node:diagnostics_channel:322:14)
|
|
90
|
-
at wrapModuleLoad (node:internal/modules/cjs/loader:220:24)
|
|
91
|
-
|