@dbml/cli 5.3.1 → 5.4.1

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.
Files changed (101) hide show
  1. package/__tests__/{cli.test.js → cli.test.ts} +2 -1
  2. package/__tests__/db2dbml/mssql/dbml-error.log +44 -0
  3. package/__tests__/db2dbml/mysql/dbml-error.log +12 -0
  4. package/__tests__/db2dbml/oracle/dbml-error.log +91 -0
  5. package/__tests__/db2dbml/oracle/out-files/schema.dbml +419 -0
  6. package/__tests__/db2dbml/postgres/dbml-error.log +28 -0
  7. package/{__test__ → __tests__}/dbml2sql/filename --mysql --out-file/out-files/schema.sql +1 -1
  8. package/{__test__ → __tests__}/dbml2sql/filename --oracle --out-file/out-files/schema.sql +1 -1
  9. package/{__test__/dbml2sql/filename --postgres --out-file → __tests__/dbml2sql/filename --out-file}/out-files/schema.sql +1 -1
  10. package/{__test__/dbml2sql/filename --out-file → __tests__/dbml2sql/filename --postgres --out-file}/out-files/schema.sql +1 -1
  11. package/{__test__ → __tests__}/dbml2sql/filenames --mysql --out-file/out-files/schema.sql +1 -1
  12. package/{__test__ → __tests__}/dbml2sql/filenames --oracle --out-file/out-files/schema.sql +1 -1
  13. package/{__test__ → __tests__}/dbml2sql/filenames --out-file/out-files/schema.sql +1 -1
  14. package/{__test__ → __tests__}/dbml2sql/filenames --postgres --out-file/out-files/schema.sql +1 -1
  15. package/{__test__ → __tests__}/dbml2sql/multiple_schema_mssql/out-files/multiple_schema.out.sql +1 -1
  16. package/{__test__ → __tests__}/dbml2sql/multiple_schema_mysql/out-files/multiple_schema.out.sql +1 -1
  17. package/{__test__ → __tests__}/dbml2sql/multiple_schema_oracle/out-files/multiple_schema.out.sql +1 -1
  18. package/{__test__ → __tests__}/dbml2sql/multiple_schema_pg/out-files/multiple_schema.out.sql +1 -1
  19. package/__tests__/dbml2sql/syntax-error/dbml-error.log +15 -0
  20. package/__tests__/sql2dbml/custom-error-alter-table-column-not-found --oracle/dbml-error.log +51 -0
  21. package/__tests__/sql2dbml/custom-error-alter-table-table-not-found --oracle/dbml-error.log +51 -0
  22. package/__tests__/sql2dbml/custom-error-column-comment-column-not-found --oracle/dbml-error.log +51 -0
  23. package/__tests__/sql2dbml/custom-error-column-comment-table-not-found --oracle/dbml-error.log +51 -0
  24. package/__tests__/sql2dbml/custom-error-create-index-table-not-found --oracle/dbml-error.log +51 -0
  25. package/__tests__/sql2dbml/custom-error-table-comment-table-not-found --oracle/dbml-error.log +27 -0
  26. package/__tests__/sql2dbml/filename --oracle --out-file/out-files/schema.dbml +83 -0
  27. package/__tests__/sql2dbml/filenames --mysql stdout/dbml-error.log +0 -0
  28. package/__tests__/sql2dbml/filenames --out-file/dbml-error.log +0 -0
  29. package/__tests__/sql2dbml/filenames --postgres --out-file/dbml-error.log +0 -0
  30. package/__tests__/sql2dbml/filenames --postgres stdout/dbml-error.log +0 -0
  31. package/__tests__/sql2dbml/filenames stdout/dbml-error.log +0 -0
  32. package/__tests__/sql2dbml/multiple_schema_mssql/dbml-error.log +0 -0
  33. package/{__test__ → __tests__}/sql2dbml/multiple_schema_mssql/out-files/multiple_schema.out.dbml +8 -56
  34. package/__tests__/sql2dbml/multiple_schema_mysql/dbml-error.log +0 -0
  35. package/__tests__/sql2dbml/multiple_schema_pg/dbml-error.log +0 -0
  36. package/__tests__/sql2dbml/syntax-error/dbml-error.log +51 -0
  37. package/__tests__/sql2dbml/syntax-error-duplicate-endpoints --mssql/dbml-error.log +51 -0
  38. package/__tests__/sql2dbml/syntax-error-duplicate-endpoints --mysql/dbml-error.log +51 -0
  39. package/__tests__/testHelpers.ts +8 -0
  40. package/jest.config.ts +4 -3
  41. package/package.json +7 -5
  42. package/__test__/db2dbml/mssql/dbml-error.log +0 -22
  43. package/__test__/db2dbml/mysql/dbml-error.log +0 -6
  44. package/__test__/db2dbml/oracle/dbml-error.log +0 -11
  45. package/__test__/db2dbml/oracle/out-files/schema.dbml +0 -46
  46. package/__test__/db2dbml/postgres/dbml-error.log +0 -7
  47. package/__test__/db2dbml/sqlite/dbml-error.log +0 -52
  48. package/__test__/db2dbml/sqlite/out-files/schema.dbml +0 -108
  49. package/__test__/dbml2sql/syntax-error/dbml-error.log +0 -1533
  50. package/__test__/sql2dbml/multiple_schema_pg/dbml-error.log +0 -52
  51. package/__test__/sql2dbml/syntax-error/dbml-error.log +0 -1557
  52. package/__test__/sql2dbml/syntax-error-duplicate-endpoints --mssql/dbml-error.log +0 -1615
  53. package/__test__/sql2dbml/syntax-error-duplicate-endpoints --mysql/dbml-error.log +0 -1615
  54. package/dbml-error.log +0 -562
  55. package/jestHelpers.js +0 -8
  56. package/yarn-error.log +0 -87
  57. /package/{__test__ → __tests__}/dbml2sql/filename --mysql --out-file/dbml-error.log +0 -0
  58. /package/{__test__ → __tests__}/dbml2sql/filename --mysql stdout/dbml-error.log +0 -0
  59. /package/{__test__ → __tests__}/dbml2sql/filename --oracle --out-file/dbml-error.log +0 -0
  60. /package/{__test__ → __tests__}/dbml2sql/filename --oracle stdout/dbml-error.log +0 -0
  61. /package/{__test__ → __tests__}/dbml2sql/filename --out-file/dbml-error.log +0 -0
  62. /package/{__test__ → __tests__}/dbml2sql/filename --postgres --out-file/dbml-error.log +0 -0
  63. /package/{__test__ → __tests__}/dbml2sql/filename --postgres stdout/dbml-error.log +0 -0
  64. /package/{__test__ → __tests__}/dbml2sql/filename stdout/dbml-error.log +0 -0
  65. /package/{__test__ → __tests__}/dbml2sql/filenames --mysql --out-file/dbml-error.log +0 -0
  66. /package/{__test__ → __tests__}/dbml2sql/filenames --mysql stdout/dbml-error.log +0 -0
  67. /package/{__test__ → __tests__}/dbml2sql/filenames --oracle --out-file/dbml-error.log +0 -0
  68. /package/{__test__ → __tests__}/dbml2sql/filenames --oracle stdout/dbml-error.log +0 -0
  69. /package/{__test__ → __tests__}/dbml2sql/filenames --out-file/dbml-error.log +0 -0
  70. /package/{__test__ → __tests__}/dbml2sql/filenames --postgres --out-file/dbml-error.log +0 -0
  71. /package/{__test__ → __tests__}/dbml2sql/filenames --postgres stdout/dbml-error.log +0 -0
  72. /package/{__test__ → __tests__}/dbml2sql/filenames stdout/dbml-error.log +0 -0
  73. /package/{__test__ → __tests__}/dbml2sql/multiple_schema_mssql/dbml-error.log +0 -0
  74. /package/{__test__ → __tests__}/dbml2sql/multiple_schema_mysql/dbml-error.log +0 -0
  75. /package/{__test__ → __tests__}/dbml2sql/multiple_schema_oracle/dbml-error.log +0 -0
  76. /package/{__test__ → __tests__}/dbml2sql/multiple_schema_pg/dbml-error.log +0 -0
  77. /package/{__test__/sql2dbml/filename --mssql --out-file/dbml-error.log → __tests__/sql2dbml/custom-error-alter-table-column-not-found --oracle/out-files/schema.dbml} +0 -0
  78. /package/{__test__/sql2dbml/filename --mysql --out-file/dbml-error.log → __tests__/sql2dbml/custom-error-alter-table-table-not-found --oracle/out-files/schema.dbml} +0 -0
  79. /package/{__test__/sql2dbml/filename --mysql stdout/dbml-error.log → __tests__/sql2dbml/custom-error-column-comment-column-not-found --oracle/out-files/schema.dbml} +0 -0
  80. /package/{__test__/sql2dbml/filename --out-file/dbml-error.log → __tests__/sql2dbml/custom-error-column-comment-table-not-found --oracle/out-files/schema.dbml} +0 -0
  81. /package/{__test__/sql2dbml/filename --postgres --out-file/dbml-error.log → __tests__/sql2dbml/custom-error-create-index-table-not-found --oracle/out-files/schema.dbml} +0 -0
  82. /package/{__test__/sql2dbml/filename --postgres stdout/dbml-error.log → __tests__/sql2dbml/custom-error-table-comment-table-not-found --oracle/out-files/schema.dbml} +0 -0
  83. /package/{__test__/sql2dbml/filename --snowflake stdout → __tests__/sql2dbml/filename --mssql --out-file}/dbml-error.log +0 -0
  84. /package/{__test__ → __tests__}/sql2dbml/filename --mssql --out-file/out-files/schema.dbml +0 -0
  85. /package/{__test__/sql2dbml/filename stdout → __tests__/sql2dbml/filename --mysql --out-file}/dbml-error.log +0 -0
  86. /package/{__test__ → __tests__}/sql2dbml/filename --mysql --out-file/out-files/schema.dbml +0 -0
  87. /package/{__test__/sql2dbml/filenames --mysql --out-file → __tests__/sql2dbml/filename --mysql stdout}/dbml-error.log +0 -0
  88. /package/{__test__/sql2dbml/filenames --mysql stdout → __tests__/sql2dbml/filename --oracle --out-file}/dbml-error.log +0 -0
  89. /package/{__test__/sql2dbml/filenames --out-file → __tests__/sql2dbml/filename --out-file}/dbml-error.log +0 -0
  90. /package/{__test__ → __tests__}/sql2dbml/filename --out-file/out-files/schema.dbml +0 -0
  91. /package/{__test__/sql2dbml/filenames --postgres --out-file → __tests__/sql2dbml/filename --postgres --out-file}/dbml-error.log +0 -0
  92. /package/{__test__ → __tests__}/sql2dbml/filename --postgres --out-file/out-files/schema.dbml +0 -0
  93. /package/{__test__/sql2dbml/filenames --postgres stdout → __tests__/sql2dbml/filename --postgres stdout}/dbml-error.log +0 -0
  94. /package/{__test__/sql2dbml/filenames stdout → __tests__/sql2dbml/filename --snowflake stdout}/dbml-error.log +0 -0
  95. /package/{__test__/sql2dbml/multiple_schema_mssql → __tests__/sql2dbml/filename stdout}/dbml-error.log +0 -0
  96. /package/{__test__/sql2dbml/multiple_schema_mysql → __tests__/sql2dbml/filenames --mysql --out-file}/dbml-error.log +0 -0
  97. /package/{__test__ → __tests__}/sql2dbml/filenames --mysql --out-file/out-files/schema.dbml +0 -0
  98. /package/{__test__ → __tests__}/sql2dbml/filenames --out-file/out-files/schema.dbml +0 -0
  99. /package/{__test__ → __tests__}/sql2dbml/filenames --postgres --out-file/out-files/schema.dbml +0 -0
  100. /package/{__test__ → __tests__}/sql2dbml/multiple_schema_mysql/out-files/multiple_schema.out.dbml +0 -0
  101. /package/{__test__ → __tests__}/sql2dbml/multiple_schema_pg/out-files/multiple_schema.out.dbml +0 -0
@@ -3,11 +3,12 @@ import fs from 'fs';
3
3
  import util from 'util';
4
4
  import childProcess from 'child_process';
5
5
  import stripAnsi from 'strip-ansi';
6
+ import { scanDirNames } from './testHelpers';
6
7
 
7
8
  const exec = util.promisify(childProcess.exec);
8
9
 
9
10
  describe('@dbml/cli', () => {
10
- const runTest = async (dirName, binFile) => {
11
+ const runTest = async (dirName: string, binFile: string) => {
11
12
  process.chdir(dirName);
12
13
  const args = [path.join(__dirname, binFile)];
13
14
  const optsRaw = fs.readFileSync(path.join(dirName, './options.json'), 'utf-8');
@@ -0,0 +1,44 @@
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
+
@@ -0,0 +1,12 @@
1
+ 2025-11-06T03:16:07.952Z
2
+ undefined
3
+
4
+ 2025-11-18T08:13:11.196Z
5
+ undefined
6
+
7
+ 2025-11-18T09:04:33.260Z
8
+ undefined
9
+
10
+ 2025-11-27T14:15:14.095Z
11
+ undefined
12
+
@@ -0,0 +1,91 @@
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
+
@@ -0,0 +1,419 @@
1
+ Table "PK_SIMPLE" {
2
+ "ID" number [pk, not null, increment]
3
+ "NAME" varchar2(100) [not null]
4
+ }
5
+
6
+ Table "SELF_REF_FK" {
7
+ "ID" number [pk, not null, increment]
8
+ "PARENT_ID" number
9
+ "NAME" varchar2(100) [not null]
10
+ }
11
+
12
+ Table "FK_PARENT" {
13
+ "ID" number [pk, not null, increment]
14
+ "NAME" varchar2(100) [not null]
15
+ }
16
+
17
+ Table "FK_CHILD" {
18
+ "ID" number [pk, not null, increment]
19
+ "PARENT_ID" number [not null]
20
+ "DESCRIPTION" varchar2(200)
21
+ }
22
+
23
+ Table "CHECK_CONSTRAINTS" {
24
+ "ID" number [pk, not null, increment]
25
+ "AGE" number [not null, check: `age > 0`]
26
+ "SALARY" "number(10, 2)" [not null, check: `salary BETWEEN 0 AND 1000000`]
27
+ "STATUS" varchar2(20) [not null, check: `status IN ('active', 'inactive', 'pending')`]
28
+ "START_DATE" date
29
+ "END_DATE" date
30
+
31
+ Checks {
32
+ `start_date <= end_date` [name: 'CHK_DATE_RANGE']
33
+ }
34
+ }
35
+
36
+ Table "DEFAULT_VALUES" {
37
+ "ID" number [pk, not null, increment]
38
+ "STR_DEFAULT" varchar2(50) [default: 'default_string']
39
+ "NUM_DEFAULT" number [default: 42]
40
+ "DECIMAL_DEFAULT" "number(10, 2)" [default: 99.99]
41
+ "DATE_DEFAULT" date [default: `SYSDATE`]
42
+ "TIMESTAMP_DEFAULT" timestamp(6) [default: `SYSTIMESTAMP`]
43
+ "CHAR_DEFAULT" char(10) [default: 'fixed']
44
+ }
45
+
46
+ Table "NOT_NULL_COLS" {
47
+ "ID" number [pk, not null, increment]
48
+ "REQUIRED_STR" varchar2(100) [not null]
49
+ "REQUIRED_NUM" number [not null]
50
+ "REQUIRED_DATE" date [not null]
51
+ }
52
+
53
+ Table "NULLABLE_COLS" {
54
+ "ID" number [pk, not null, increment]
55
+ "OPTIONAL_STR" varchar2(100)
56
+ "OPTIONAL_NUM" number
57
+ "OPTIONAL_DATE" date
58
+ }
59
+
60
+ Table "AUTOINCREMENT_TABLE" {
61
+ "ID" number [pk, not null, increment]
62
+ "NAME" varchar2(100) [not null]
63
+ }
64
+
65
+ Table "UNIQUE_COLS" {
66
+ "ID" number [pk, not null, increment]
67
+ "EMAIL" varchar2(100) [unique, not null]
68
+ "USERNAME" varchar2(50) [unique, not null]
69
+ }
70
+
71
+ Table "COMPOSITE_PK" {
72
+ "REGION_ID" number [not null]
73
+ "PRODUCT_ID" number [not null]
74
+ "QUANTITY" number [default: 0]
75
+ "PRICE" "number(10, 2)"
76
+
77
+ Indexes {
78
+ (REGION_ID, PRODUCT_ID) [pk, unique, name: "PK_COMPOSITE"]
79
+ }
80
+ }
81
+
82
+ Table "COMPOSITE_SELF_REF" {
83
+ "DEPT_ID" number [not null]
84
+ "EMP_ID" number [not null]
85
+ "PARENT_DEPT_ID" number
86
+ "PARENT_EMP_ID" number
87
+ "NAME" varchar2(100) [not null]
88
+
89
+ Indexes {
90
+ (DEPT_ID, EMP_ID) [pk, unique, name: "PK_COMPOSITE_SELF_REF"]
91
+ }
92
+ }
93
+
94
+ Table "COMPOSITE_UNIQUE" {
95
+ "ID" number [pk, not null, increment]
96
+ "FIRST_NAME" varchar2(50) [not null]
97
+ "LAST_NAME" varchar2(50) [not null]
98
+ "EMAIL" varchar2(100)
99
+
100
+ Indexes {
101
+ (FIRST_NAME, LAST_NAME) [unique, name: "UQ_FULL_NAME"]
102
+ }
103
+ }
104
+
105
+ Table "FUNCTIONAL_INDEX_TABLE" {
106
+ "ID" number [pk, not null, increment]
107
+ "FULL_NAME" varchar2(100) [not null]
108
+ "EMAIL" varchar2(100) [not null]
109
+
110
+ Indexes {
111
+ `LOWER("FULL_NAME")` [type: btree, name: "IDX_LOWER_NAME"]
112
+ `UPPER("EMAIL")` [type: btree, name: "IDX_UPPER_EMAIL"]
113
+ }
114
+ }
115
+
116
+ Table "COMPOSITE_INDEX_TABLE" {
117
+ "ID" number [pk, not null, increment]
118
+ "FIRST_NAME" varchar2(50) [not null]
119
+ "LAST_NAME" varchar2(50) [not null]
120
+ "DEPARTMENT" varchar2(50)
121
+
122
+ Indexes {
123
+ (DEPARTMENT, LAST_NAME) [type: btree, name: "IDX_COMPOSITE_DEPT"]
124
+ (FIRST_NAME, LAST_NAME) [type: btree, name: "IDX_COMPOSITE_NAME"]
125
+ }
126
+ }
127
+
128
+ Table "MIXED_INDEX_TABLE" {
129
+ "ID" number [pk, not null, increment]
130
+ "FIRST_NAME" varchar2(50) [not null]
131
+ "LAST_NAME" varchar2(50) [not null]
132
+ "EMAIL" varchar2(100)
133
+
134
+ Indexes {
135
+ (FIRST_NAME, `UPPER("EMAIL")`) [type: btree, name: "IDX_MIXED_EMAIL"]
136
+ (`LOWER("FIRST_NAME")`, LAST_NAME) [type: btree, name: "IDX_MIXED_NAME"]
137
+ }
138
+ }
139
+
140
+ Table "COLUMN_INDEX_TABLE" {
141
+ "ID" number [pk, not null, increment]
142
+ "CATEGORY" varchar2(50)
143
+ "STATUS" varchar2(20)
144
+ "CREATED_AT" date [default: `SYSDATE
145
+ `]
146
+
147
+ Indexes {
148
+ CATEGORY [type: btree, name: "IDX_CATEGORY"]
149
+ CREATED_AT [type: btree, name: "IDX_CREATED_AT"]
150
+ STATUS [type: btree, name: "IDX_STATUS"]
151
+ }
152
+ }
153
+
154
+ Table "ALTER_ADD_PK" {
155
+ "ID" number [pk, not null]
156
+ "NAME" varchar2(100)
157
+ }
158
+
159
+ Table "ALTER_FK_PARENT" {
160
+ "ID" number [pk, not null, increment]
161
+ "NAME" varchar2(100)
162
+ }
163
+
164
+ Table "ALTER_FK_CHILD" {
165
+ "PARENT_ID" number
166
+ "ID" number [pk, not null, increment]
167
+ }
168
+
169
+ Table "ALTER_SELF_REF" {
170
+ "ID" number [pk, not null, increment]
171
+ "PARENT_ID" number
172
+ "NAME" varchar2(100)
173
+ }
174
+
175
+ Table "ALTER_ADD_CHECK" {
176
+ "ID" number [pk, not null, increment]
177
+ "AGE" number [check: `age >= 18`]
178
+ "SALARY" "number(10, 2)" [check: `salary > 0`]
179
+ "STATUS" varchar2(20) [check: `status IN ('A', 'B', 'C')`]
180
+ }
181
+
182
+ Table "ALTER_ADD_UNIQUE" {
183
+ "ID" number [pk, not null, increment]
184
+ "EMAIL" varchar2(100) [unique]
185
+ "CODE" varchar2(20) [unique]
186
+ }
187
+
188
+ Table "ALTER_COMPOSITE_PK" {
189
+ "REGION_ID" number [not null]
190
+ "PRODUCT_ID" number [not null]
191
+ "QUANTITY" number
192
+
193
+ Indexes {
194
+ (REGION_ID, PRODUCT_ID) [pk, unique, name: "PK_ALTER_COMPOSITE"]
195
+ }
196
+ }
197
+
198
+ Table "ALTER_COMPOSITE_FK_PARENT" {
199
+ "DEPT_ID" number [not null]
200
+ "EMP_ID" number [not null]
201
+ "NAME" varchar2(100)
202
+
203
+ Indexes {
204
+ (DEPT_ID, EMP_ID) [pk, unique, name: "PK_ALTER_COMP_PARENT"]
205
+ }
206
+ }
207
+
208
+ Table "ALTER_COMPOSITE_FK_CHILD" {
209
+ "ID" number [pk, not null, increment]
210
+ "REF_DEPT_ID" number
211
+ "REF_EMP_ID" number
212
+ }
213
+
214
+ Table "ALTER_COMPOSITE_UNIQUE" {
215
+ "ID" number [pk, not null, increment]
216
+ "FIRST_NAME" varchar2(50)
217
+ "LAST_NAME" varchar2(50)
218
+
219
+ Indexes {
220
+ (FIRST_NAME, LAST_NAME) [unique, name: "UQ_ALTER_FULLNAME"]
221
+ }
222
+ }
223
+
224
+ Table "ALTER_ADD_COLUMN" {
225
+ "ID" number [pk, not null, increment]
226
+ "NAME" varchar2(100)
227
+ "NEW_COL" varchar2(50)
228
+ "ANOTHER_COL" number [default: 0]
229
+ "DATE_COL" date [default: `SYSDATE`]
230
+ }
231
+
232
+ Table "IDX_BTREE_TABLE" {
233
+ "ID" number [pk, not null, increment]
234
+ "CODE" varchar2(20)
235
+ "CATEGORY" varchar2(50)
236
+
237
+ Indexes {
238
+ CODE [type: btree, name: "IDX_BTREE_CODE"]
239
+ }
240
+ }
241
+
242
+ Table "IDX_BITMAP_TABLE" {
243
+ "ID" number [pk, not null, increment]
244
+ "GENDER" varchar2(10)
245
+ "STATUS" varchar2(20)
246
+
247
+ Indexes {
248
+ GENDER [type: bitmap, name: "IDX_BITMAP_GENDER"]
249
+ STATUS [type: bitmap, name: "IDX_BITMAP_STATUS"]
250
+ }
251
+ }
252
+
253
+ Table "IDX_UNIQUE_TABLE" {
254
+ "ID" number [pk, not null, increment]
255
+ "EMAIL" varchar2(100)
256
+ "SSN" varchar2(20)
257
+
258
+ Indexes {
259
+ EMAIL [type: btree, unique, name: "IDX_UNIQUE_EMAIL"]
260
+ SSN [type: btree, unique, name: "IDX_UNIQUE_SSN"]
261
+ }
262
+ }
263
+
264
+ Table "IDX_COMPOSITE_ONLY" {
265
+ "ID" number [pk, not null, increment]
266
+ "COL1" varchar2(50)
267
+ "COL2" varchar2(50)
268
+ "COL3" varchar2(50)
269
+
270
+ Indexes {
271
+ (COL1, COL2) [type: btree, name: "IDX_COMP_12"]
272
+ (COL1, COL2, COL3) [type: btree, name: "IDX_COMP_123"]
273
+ (COL2, COL3) [type: btree, name: "IDX_COMP_23"]
274
+ }
275
+ }
276
+
277
+ Table "IDX_FUNCTIONAL_ONLY" {
278
+ "ID" number [pk, not null, increment]
279
+ "FULL_NAME" varchar2(100)
280
+ "DESCRIPTION" varchar2(500)
281
+
282
+ Indexes {
283
+ `LOWER("FULL_NAME")` [type: btree, name: "IDX_FUNC_LOWER_NAME"]
284
+ `SUBSTR("DESCRIPTION",1,100)` [type: btree, name: "IDX_FUNC_SUBSTR"]
285
+ }
286
+ }
287
+
288
+ Table "REF_SIMPLE_PARENT" {
289
+ "ID" number [pk, not null, increment]
290
+ "NAME" varchar2(100)
291
+ }
292
+
293
+ Table "REF_SIMPLE_CHILD" {
294
+ "ID" number [pk, not null, increment]
295
+ "PARENT_ID" number
296
+ }
297
+
298
+ Table "REF_COMPOSITE_PARENT" {
299
+ "KEY1" number [not null]
300
+ "KEY2" number [not null]
301
+ "DATA" varchar2(100)
302
+
303
+ Indexes {
304
+ (KEY1, KEY2) [pk, unique, name: "PK_REF_COMP_PARENT"]
305
+ }
306
+ }
307
+
308
+ Table "REF_COMPOSITE_CHILD" {
309
+ "ID" number [pk, not null, increment]
310
+ "FK1" number
311
+ "FK2" number
312
+ }
313
+
314
+ Table "ORACLE_DATA_TYPES" {
315
+ "CLOB_COL" clob
316
+ "NCLOB_COL" nclob
317
+ "BLOB_COL" blob
318
+ "RAW_COL" raw(100)
319
+ "ROWID_COL" rowid
320
+ "ID" number [pk, not null, increment]
321
+ "CHAR_COL" char(10)
322
+ "VARCHAR2_COL" varchar2(100)
323
+ "NCHAR_COL" nchar(20)
324
+ "NVARCHAR2_COL" nvarchar2(200)
325
+ "NUMBER_COL" number
326
+ "NUMBER_PRECISION" "number(10, 0)"
327
+ "NUMBER_SCALE" "number(10, 2)"
328
+ "BINARY_FLOAT_COL" binary_float
329
+ "BINARY_DOUBLE_COL" binary_double
330
+ "DATE_COL" date
331
+ "TIMESTAMP_COL" timestamp(6)
332
+ "TIMESTAMP_TZ" "timestamp(6) with time zone"
333
+ "TIMESTAMP_LTZ" "timestamp(6) with local time zone"
334
+ "INTERVAL_YM" "interval year(2) to month"
335
+ "INTERVAL_DS" "interval day(2) to second(6)"
336
+ }
337
+
338
+ Table "TABLE_WITH_COMMENTS" {
339
+ "ID" number [pk, not null, increment, note: 'Unique
340
+ identifier']
341
+ "NAME" varchar2(100) [not null, note: '!@#$%^&*()[]"Item name - required field']
342
+ "DESCRIPTION" varchar2(500) [note: 'Optional description of the item']
343
+ Note: '''This table\'\'
344
+ stores items with descriptions'''
345
+ }
346
+
347
+ Table "ALTER_COMP_SELF_REF" {
348
+ "DEPT_ID" number [not null]
349
+ "EMP_ID" number [not null]
350
+ "PARENT_DEPT_ID" number
351
+ "PARENT_EMP_ID" number
352
+ "NAME" varchar2(100)
353
+
354
+ Indexes {
355
+ (DEPT_ID, EMP_ID) [pk, unique, name: "PK_ALTER_COMP_SELF"]
356
+ }
357
+ }
358
+
359
+ Table "SPECIAL_DATA_TYPES" {
360
+ "ID" number [pk, not null, increment]
361
+ "TS_DEFAULT" timestamp(6)
362
+ "TS_0" timestamp(0)
363
+ "TS_3" timestamp(3)
364
+ "TS_6" timestamp(6)
365
+ "TS_9" timestamp(9)
366
+ "TS_TZ_DEFAULT" "timestamp(6) with time zone"
367
+ "TS_TZ_0" "timestamp(0) with time zone"
368
+ "TS_TZ_3" "timestamp(3) with time zone"
369
+ "TS_TZ_6" "timestamp(6) with time zone"
370
+ "TS_TZ_9" "timestamp(9) with time zone"
371
+ "TS_LTZ_DEFAULT" "timestamp(6) with local time zone"
372
+ "TS_LTZ_0" "timestamp(0) with local time zone"
373
+ "TS_LTZ_3" "timestamp(3) with local time zone"
374
+ "TS_LTZ_6" "timestamp(6) with local time zone"
375
+ "TS_LTZ_9" "timestamp(9) with local time zone"
376
+ "IYM_DEFAULT" "interval year(2) to month"
377
+ "IYM_2" "interval year(2) to month"
378
+ "IYM_4" "interval year(4) to month"
379
+ "IYM_9" "interval year(9) to month"
380
+ "IDS_DEFAULT" "interval day(2) to second(6)"
381
+ "IDS_DAY_4" "interval day(4) to second(6)"
382
+ "IDS_SEC_3" "interval day(2) to second(3)"
383
+ "IDS_BOTH" "interval day(5) to second(4)"
384
+ "FLOAT_DEFAULT" float(126)
385
+ "FLOAT_1" float(1)
386
+ "FLOAT_63" float(63)
387
+ "FLOAT_126" float(126)
388
+ "NUM_DEFAULT" number
389
+ "NUM_P" "number(5, 0)"
390
+ "NUM_PS" "number(10, 2)"
391
+ "NUM_P_NEG_S" "number(10, -2)"
392
+ "CHAR_DEFAULT" char(1)
393
+ "CHAR_SIZED" char(50)
394
+ "VARCHAR2_SIZED" varchar2(255)
395
+ "NCHAR_DEFAULT" nchar(2)
396
+ "NCHAR_SIZED" nchar(100)
397
+ "NVARCHAR2_SIZED" nvarchar2(510)
398
+ "RAW_SIZED" raw(200)
399
+ "UROWID_DEFAULT" urowid(4000)
400
+ "UROWID_SIZED" urowid(100)
401
+ }
402
+
403
+ Ref "FK_SELF_REF":"SELF_REF_FK"."ID" < "SELF_REF_FK"."PARENT_ID" [delete: set null]
404
+
405
+ Ref "FK_CHILD_PARENT":"FK_PARENT"."ID" < "FK_CHILD"."PARENT_ID" [delete: cascade]
406
+
407
+ Ref "FK_COMPOSITE_SELF":"COMPOSITE_SELF_REF".("DEPT_ID", "EMP_ID") < "COMPOSITE_SELF_REF".("PARENT_DEPT_ID", "PARENT_EMP_ID") [delete: set null]
408
+
409
+ Ref "FK_ALTER_PARENT":"ALTER_FK_PARENT"."ID" < "ALTER_FK_CHILD"."PARENT_ID" [delete: cascade]
410
+
411
+ Ref "FK_ALTER_SELF":"ALTER_SELF_REF"."ID" < "ALTER_SELF_REF"."PARENT_ID" [delete: set null]
412
+
413
+ Ref "FK_ALTER_COMPOSITE":"ALTER_COMPOSITE_FK_PARENT".("DEPT_ID", "EMP_ID") < "ALTER_COMPOSITE_FK_CHILD".("REF_DEPT_ID", "REF_EMP_ID")
414
+
415
+ Ref "FK_REF_SIMPLE":"REF_SIMPLE_PARENT"."ID" < "REF_SIMPLE_CHILD"."PARENT_ID"
416
+
417
+ Ref "FK_REF_COMPOSITE":"REF_COMPOSITE_PARENT".("KEY1", "KEY2") < "REF_COMPOSITE_CHILD".("FK1", "FK2")
418
+
419
+ Ref "FK_ALTER_COMP_SELF":"ALTER_COMP_SELF_REF".("DEPT_ID", "EMP_ID") < "ALTER_COMP_SELF_REF".("PARENT_DEPT_ID", "PARENT_EMP_ID")
@@ -0,0 +1,28 @@
1
+ 2025-11-06T03:16:08.692Z
2
+ Error: PostgreSQL connection error: AggregateError
3
+ at getValidatedClient (/home/huydna/projects/dbml-release/packages/dbml-connector/dist/connectors/postgresConnector.js:20:19)
4
+ at process.processTicksAndRejections (node:internal/process/task_queues:105:5)
5
+ at async fetchSchemaJson (/home/huydna/projects/dbml-release/packages/dbml-connector/dist/connectors/postgresConnector.js:481:20)
6
+ at async connectionHandler (/home/huydna/projects/dbml-release/packages/dbml-cli/lib/cli/connector.js:24:24)
7
+
8
+ 2025-11-18T08:13:12.163Z
9
+ Error: PostgreSQL connection error: AggregateError
10
+ at getValidatedClient (/home/huydna/projects/dbml-release/packages/dbml-connector/dist/connectors/postgresConnector.js:20:19)
11
+ at process.processTicksAndRejections (node:internal/process/task_queues:105:5)
12
+ at async fetchSchemaJson (/home/huydna/projects/dbml-release/packages/dbml-connector/dist/connectors/postgresConnector.js:485:20)
13
+ at async connectionHandler (/home/huydna/projects/dbml-release/packages/dbml-cli/lib/cli/connector.js:24:24)
14
+
15
+ 2025-11-18T09:04:37.202Z
16
+ Error: PostgreSQL connection error: AggregateError
17
+ at getValidatedClient (/home/huydna/projects/dbml-release/packages/dbml-connector/dist/connectors/postgresConnector.js:20:19)
18
+ at process.processTicksAndRejections (node:internal/process/task_queues:105:5)
19
+ at async fetchSchemaJson (/home/huydna/projects/dbml-release/packages/dbml-connector/dist/connectors/postgresConnector.js:485:20)
20
+ at async connectionHandler (/home/huydna/projects/dbml-release/packages/dbml-cli/lib/cli/connector.js:24:24)
21
+
22
+ 2025-11-27T14:15:15.990Z
23
+ Error: PostgreSQL connection error: AggregateError
24
+ at getValidatedClient (/home/huydna/projects/dbml-release/packages/dbml-connector/dist/connectors/postgres/index.js:20:19)
25
+ at process.processTicksAndRejections (node:internal/process/task_queues:105:5)
26
+ at async fetchSchemaJson (/home/huydna/projects/dbml-release/packages/dbml-connector/dist/connectors/postgres/index.js:487:20)
27
+ at async connectionHandler (/home/huydna/projects/dbml-release/packages/dbml-cli/lib/cli/connector.js:25:24)
28
+
@@ -1,6 +1,6 @@
1
1
  -- SQL dump generated using DBML (dbml.dbdiagram.io)
2
2
  -- Database: MySQL
3
- -- Generated at: 2025-08-04T05:03:35.744Z
3
+ -- Generated at: 2025-11-27T14:14:10.059Z
4
4
 
5
5
  CREATE TABLE `orders` (
6
6
  `id` int PRIMARY KEY AUTO_INCREMENT,
@@ -1,6 +1,6 @@
1
1
  -- SQL dump generated using DBML (dbml.dbdiagram.io)
2
2
  -- Database: Oracle
3
- -- Generated at: 2025-08-04T05:03:37.497Z
3
+ -- Generated at: 2025-11-27T14:14:12.048Z
4
4
 
5
5
  CREATE TABLE "orders" (
6
6
  "id" int GENERATED AS IDENTITY PRIMARY KEY,
@@ -1,6 +1,6 @@
1
1
  -- SQL dump generated using DBML (dbml.dbdiagram.io)
2
2
  -- Database: PostgreSQL
3
- -- Generated at: 2025-08-04T05:03:39.407Z
3
+ -- Generated at: 2025-11-27T14:14:13.971Z
4
4
 
5
5
  CREATE TYPE "orders_status" AS ENUM (
6
6
  'created',
@@ -1,6 +1,6 @@
1
1
  -- SQL dump generated using DBML (dbml.dbdiagram.io)
2
2
  -- Database: PostgreSQL
3
- -- Generated at: 2025-08-04T05:03:38.762Z
3
+ -- Generated at: 2025-11-27T14:14:14.971Z
4
4
 
5
5
  CREATE TYPE "orders_status" AS ENUM (
6
6
  'created',
@@ -1,6 +1,6 @@
1
1
  -- SQL dump generated using DBML (dbml.dbdiagram.io)
2
2
  -- Database: MySQL
3
- -- Generated at: 2025-08-04T05:03:41.350Z
3
+ -- Generated at: 2025-11-27T14:14:18.029Z
4
4
 
5
5
  CREATE TABLE `staff` (
6
6
  `id` int PRIMARY KEY,
@@ -1,6 +1,6 @@
1
1
  -- SQL dump generated using DBML (dbml.dbdiagram.io)
2
2
  -- Database: Oracle
3
- -- Generated at: 2025-08-04T05:03:42.586Z
3
+ -- Generated at: 2025-11-27T14:14:20.062Z
4
4
 
5
5
  CREATE TABLE "staff" (
6
6
  "id" int PRIMARY KEY,