@dbml/cli 6.3.0-alpha.4 → 6.3.0-alpha.5

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 (32) hide show
  1. package/__tests__/db2dbml/mssql/dbml-error.log +51 -0
  2. package/__tests__/db2dbml/mysql/dbml-error.log +65 -0
  3. package/__tests__/db2dbml/oracle/dbml-error.log +70 -0
  4. package/__tests__/db2dbml/postgres/dbml-error.log +35 -0
  5. package/__tests__/dbml2sql/filename --mysql --out-file/out-files/schema.sql +1 -1
  6. package/__tests__/dbml2sql/filename --oracle --out-file/out-files/schema.sql +7 -7
  7. package/__tests__/dbml2sql/filename --out-file/out-files/schema.sql +7 -7
  8. package/__tests__/dbml2sql/filename --postgres --out-file/expect-out-files/schema.sql +6 -6
  9. package/__tests__/dbml2sql/filename --postgres --out-file/out-files/schema.sql +7 -7
  10. package/__tests__/dbml2sql/filename --postgres stdout/stdout.txt +6 -6
  11. package/__tests__/dbml2sql/filenames --mysql --out-file/out-files/schema.sql +1 -1
  12. package/__tests__/dbml2sql/filenames --oracle --out-file/out-files/schema.sql +16 -16
  13. package/__tests__/dbml2sql/filenames --out-file/out-files/schema.sql +16 -16
  14. package/__tests__/dbml2sql/filenames --postgres --out-file/expect-out-files/schema.sql +15 -15
  15. package/__tests__/dbml2sql/filenames --postgres --out-file/out-files/schema.sql +16 -16
  16. package/__tests__/dbml2sql/filenames --postgres stdout/stdout.txt +15 -15
  17. package/__tests__/dbml2sql/multiple_schema_mssql/out-files/multiple_schema.out.sql +1 -1
  18. package/__tests__/dbml2sql/multiple_schema_mysql/out-files/multiple_schema.out.sql +1 -1
  19. package/__tests__/dbml2sql/multiple_schema_oracle/out-files/multiple_schema.out.sql +10 -10
  20. package/__tests__/dbml2sql/multiple_schema_pg/out-files/multiple_schema.out.sql +5 -5
  21. package/__tests__/dbml2sql/syntax-error/dbml-error.log +15 -0
  22. package/__tests__/sql2dbml/custom-error-alter-table-column-not-found --oracle/dbml-error.log +15 -0
  23. package/__tests__/sql2dbml/custom-error-alter-table-table-not-found --oracle/dbml-error.log +15 -0
  24. package/__tests__/sql2dbml/custom-error-column-comment-column-not-found --oracle/dbml-error.log +15 -0
  25. package/__tests__/sql2dbml/custom-error-column-comment-table-not-found --oracle/dbml-error.log +15 -0
  26. package/__tests__/sql2dbml/custom-error-create-index-table-not-found --oracle/dbml-error.log +15 -0
  27. package/__tests__/sql2dbml/custom-error-table-comment-table-not-found --oracle/dbml-error.log +15 -0
  28. package/__tests__/sql2dbml/syntax-error/dbml-error.log +15 -0
  29. package/__tests__/sql2dbml/syntax-error-duplicate-endpoints --mssql/dbml-error.log +15 -0
  30. package/__tests__/sql2dbml/syntax-error-duplicate-endpoints --mysql/dbml-error.log +15 -0
  31. package/lib/index.js +3 -3
  32. package/package.json +3 -3
@@ -20,3 +20,54 @@ ConnectionError: Failed to connect to localhost:1433 - Could not connect (sequen
20
20
  at /home/huydna/projects/dbml/node_modules/tedious/lib/connection.js:1144:14
21
21
  at process.processTicksAndRejections (node:internal/process/task_queues:84:11)
22
22
 
23
+ 2026-02-12T07:20:59.636Z
24
+ ConnectionError: Login failed for user 'SA'.
25
+ at /home/huydna/projects/dbml/node_modules/mssql/lib/tedious/connection-pool.js:85:17
26
+ at Connection.onConnect (/home/huydna/projects/dbml/node_modules/tedious/lib/connection.js:849:9)
27
+ at Object.onceWrapper (node:events:634:26)
28
+ at Connection.emit (node:events:519:28)
29
+ at Connection.emit (/home/huydna/projects/dbml/node_modules/tedious/lib/connection.js:970:18)
30
+ at /home/huydna/projects/dbml/node_modules/tedious/lib/connection.js:2363:18
31
+ at process.processTicksAndRejections (node:internal/process/task_queues:105:5)
32
+
33
+ 2026-02-12T07:22:19.091Z
34
+ ConnectionError: Login failed for user 'SA'.
35
+ at /home/huydna/projects/dbml/node_modules/mssql/lib/tedious/connection-pool.js:85:17
36
+ at Connection.onConnect (/home/huydna/projects/dbml/node_modules/tedious/lib/connection.js:849:9)
37
+ at Object.onceWrapper (node:events:634:26)
38
+ at Connection.emit (node:events:519:28)
39
+ at Connection.emit (/home/huydna/projects/dbml/node_modules/tedious/lib/connection.js:970:18)
40
+ at /home/huydna/projects/dbml/node_modules/tedious/lib/connection.js:2363:18
41
+ at process.processTicksAndRejections (node:internal/process/task_queues:105:5)
42
+
43
+ 2026-02-12T07:23:36.280Z
44
+ ConnectionError: Login failed for user 'SA'.
45
+ at /home/huydna/projects/dbml/node_modules/mssql/lib/tedious/connection-pool.js:85:17
46
+ at Connection.onConnect (/home/huydna/projects/dbml/node_modules/tedious/lib/connection.js:849:9)
47
+ at Object.onceWrapper (node:events:634:26)
48
+ at Connection.emit (node:events:519:28)
49
+ at Connection.emit (/home/huydna/projects/dbml/node_modules/tedious/lib/connection.js:970:18)
50
+ at /home/huydna/projects/dbml/node_modules/tedious/lib/connection.js:2363:18
51
+ at process.processTicksAndRejections (node:internal/process/task_queues:105:5)
52
+
53
+ 2026-02-12T07:25:28.477Z
54
+ ConnectionError: Login failed for user 'SA'.
55
+ at /home/huydna/projects/dbml/node_modules/mssql/lib/tedious/connection-pool.js:85:17
56
+ at Connection.onConnect (/home/huydna/projects/dbml/node_modules/tedious/lib/connection.js:849:9)
57
+ at Object.onceWrapper (node:events:634:26)
58
+ at Connection.emit (node:events:519:28)
59
+ at Connection.emit (/home/huydna/projects/dbml/node_modules/tedious/lib/connection.js:970:18)
60
+ at /home/huydna/projects/dbml/node_modules/tedious/lib/connection.js:2363:18
61
+ at process.processTicksAndRejections (node:internal/process/task_queues:105:5)
62
+
63
+ 2026-02-12T07:27:09.038Z
64
+ ConnectionError: Failed to connect to localhost:1433 - Could not connect (sequence)
65
+ at /home/huydna/projects/dbml/node_modules/mssql/lib/tedious/connection-pool.js:85:17
66
+ at Connection.onConnect (/home/huydna/projects/dbml/node_modules/tedious/lib/connection.js:849:9)
67
+ at Object.onceWrapper (node:events:634:26)
68
+ at Connection.emit (node:events:519:28)
69
+ at Connection.emit (/home/huydna/projects/dbml/node_modules/tedious/lib/connection.js:970:18)
70
+ at Connection.socketError (/home/huydna/projects/dbml/node_modules/tedious/lib/connection.js:1351:12)
71
+ at /home/huydna/projects/dbml/node_modules/tedious/lib/connection.js:1144:14
72
+ at process.processTicksAndRejections (node:internal/process/task_queues:85:11)
73
+
@@ -4,3 +4,68 @@ undefined
4
4
  2026-02-05T04:34:11.579Z
5
5
  undefined
6
6
 
7
+ 2026-02-12T07:21:00.854Z
8
+ Error: Unknown database 'dbml_test'
9
+ at c (/home/huydna/projects/dbml/packages/dbml-connector/dist/index.js:3387:47737)
10
+ at Or (/home/huydna/projects/dbml/packages/dbml-connector/dist/index.js:3387:53410)
11
+ at Ur (/home/huydna/projects/dbml/packages/dbml-connector/dist/index.js:3506:500)
12
+ at Module.Hi (/home/huydna/projects/dbml/packages/dbml-connector/dist/index.js:3739:1303)
13
+ at connectionHandler (/home/huydna/projects/dbml/packages/dbml-cli/lib/index.js:1179:55)
14
+ at Module.db2dbml (/home/huydna/projects/dbml/packages/dbml-cli/lib/index.js:1307:2)
15
+ at Object.<anonymous> (/home/huydna/projects/dbml/packages/dbml-cli/bin/db2dbml.js:3:19)
16
+ at Module._compile (node:internal/modules/cjs/loader:1706:14)
17
+ at Object..js (node:internal/modules/cjs/loader:1839:10)
18
+ at Module.load (node:internal/modules/cjs/loader:1441:32)
19
+
20
+ 2026-02-12T07:22:20.340Z
21
+ Error: Unknown database 'dbml_test'
22
+ at c (/home/huydna/projects/dbml/packages/dbml-connector/dist/index.js:3387:47737)
23
+ at Or (/home/huydna/projects/dbml/packages/dbml-connector/dist/index.js:3387:53410)
24
+ at Ur (/home/huydna/projects/dbml/packages/dbml-connector/dist/index.js:3506:500)
25
+ at Module.Hi (/home/huydna/projects/dbml/packages/dbml-connector/dist/index.js:3739:1303)
26
+ at connectionHandler (/home/huydna/projects/dbml/packages/dbml-cli/lib/index.js:1179:55)
27
+ at Module.db2dbml (/home/huydna/projects/dbml/packages/dbml-cli/lib/index.js:1307:2)
28
+ at Object.<anonymous> (/home/huydna/projects/dbml/packages/dbml-cli/bin/db2dbml.js:3:19)
29
+ at Module._compile (node:internal/modules/cjs/loader:1706:14)
30
+ at Object..js (node:internal/modules/cjs/loader:1839:10)
31
+ at Module.load (node:internal/modules/cjs/loader:1441:32)
32
+
33
+ 2026-02-12T07:23:37.563Z
34
+ Error: Unknown database 'dbml_test'
35
+ at c (/home/huydna/projects/dbml/packages/dbml-connector/dist/index.js:3387:47737)
36
+ at Or (/home/huydna/projects/dbml/packages/dbml-connector/dist/index.js:3387:53410)
37
+ at Ur (/home/huydna/projects/dbml/packages/dbml-connector/dist/index.js:3506:500)
38
+ at Module.Hi (/home/huydna/projects/dbml/packages/dbml-connector/dist/index.js:3739:1303)
39
+ at connectionHandler (/home/huydna/projects/dbml/packages/dbml-cli/lib/index.js:1179:55)
40
+ at Module.db2dbml (/home/huydna/projects/dbml/packages/dbml-cli/lib/index.js:1307:2)
41
+ at Object.<anonymous> (/home/huydna/projects/dbml/packages/dbml-cli/bin/db2dbml.js:3:19)
42
+ at Module._compile (node:internal/modules/cjs/loader:1706:14)
43
+ at Object..js (node:internal/modules/cjs/loader:1839:10)
44
+ at Module.load (node:internal/modules/cjs/loader:1441:32)
45
+
46
+ 2026-02-12T07:25:29.768Z
47
+ Error: Unknown database 'dbml_test'
48
+ at c (/home/huydna/projects/dbml/packages/dbml-connector/dist/index.js:3387:47737)
49
+ at Or (/home/huydna/projects/dbml/packages/dbml-connector/dist/index.js:3387:53410)
50
+ at Ur (/home/huydna/projects/dbml/packages/dbml-connector/dist/index.js:3506:500)
51
+ at Module.Hi (/home/huydna/projects/dbml/packages/dbml-connector/dist/index.js:3739:1303)
52
+ at connectionHandler (/home/huydna/projects/dbml/packages/dbml-cli/lib/index.js:1179:55)
53
+ at Module.db2dbml (/home/huydna/projects/dbml/packages/dbml-cli/lib/index.js:1307:2)
54
+ at Object.<anonymous> (/home/huydna/projects/dbml/packages/dbml-cli/bin/db2dbml.js:3:19)
55
+ at Module._compile (node:internal/modules/cjs/loader:1706:14)
56
+ at Object..js (node:internal/modules/cjs/loader:1839:10)
57
+ at Module.load (node:internal/modules/cjs/loader:1441:32)
58
+
59
+ 2026-02-12T07:27:10.380Z
60
+ Error: Connection lost: The server closed the connection.
61
+ at c (/home/huydna/projects/dbml/packages/dbml-connector/dist/index.js:3387:47737)
62
+ at Or (/home/huydna/projects/dbml/packages/dbml-connector/dist/index.js:3387:53410)
63
+ at Ur (/home/huydna/projects/dbml/packages/dbml-connector/dist/index.js:3506:500)
64
+ at Module.Hi (/home/huydna/projects/dbml/packages/dbml-connector/dist/index.js:3739:1303)
65
+ at connectionHandler (/home/huydna/projects/dbml/packages/dbml-cli/lib/index.js:1179:55)
66
+ at Module.db2dbml (/home/huydna/projects/dbml/packages/dbml-cli/lib/index.js:1307:2)
67
+ at Object.<anonymous> (/home/huydna/projects/dbml/packages/dbml-cli/bin/db2dbml.js:3:19)
68
+ at Module._compile (node:internal/modules/cjs/loader:1706:14)
69
+ at Object..js (node:internal/modules/cjs/loader:1839:10)
70
+ at Module.load (node:internal/modules/cjs/loader:1441:32)
71
+
@@ -26,3 +26,73 @@ connect ECONNREFUSED 127.0.0.1:1521
26
26
  at async ThinConnectionImpl.connect (/home/huydna/projects/dbml/node_modules/oracledb/lib/thin/connection.js:859:5)
27
27
  at async getConnection (/home/huydna/projects/dbml/node_modules/oracledb/lib/oracledb.js:791:3)
28
28
 
29
+ 2026-02-12T07:21:02.056Z
30
+ Error: NJS-503: connection to host 127.0.0.1 port 1521 could not be established. (CONNECTION_ID=VVVfTfFtyvnzQTgwQmDxCQ==)
31
+ connect ECONNREFUSED 127.0.0.1:1521
32
+ at Object.throwErr (/home/huydna/projects/dbml/node_modules/oracledb/lib/errors.js:776:10)
33
+ at NTTCP.ntConnect (/home/huydna/projects/dbml/node_modules/oracledb/lib/thin/sqlnet/ntTcp.js:206:16)
34
+ at process.processTicksAndRejections (node:internal/process/task_queues:105:5)
35
+ at async NTTCP.connect (/home/huydna/projects/dbml/node_modules/oracledb/lib/thin/sqlnet/ntTcp.js:222:7)
36
+ at async NetworkSession.transportConnect (/home/huydna/projects/dbml/node_modules/oracledb/lib/thin/sqlnet/networkSession.js:182:5)
37
+ at async NetworkSession.connect2 (/home/huydna/projects/dbml/node_modules/oracledb/lib/thin/sqlnet/networkSession.js:222:7)
38
+ at async NetworkSession.connect1 (/home/huydna/projects/dbml/node_modules/oracledb/lib/thin/sqlnet/networkSession.js:336:23)
39
+ at async NetworkSession.connect (/home/huydna/projects/dbml/node_modules/oracledb/lib/thin/sqlnet/networkSession.js:623:5)
40
+ at async ThinConnectionImpl.connect (/home/huydna/projects/dbml/node_modules/oracledb/lib/thin/connection.js:859:5)
41
+ at async getConnection (/home/huydna/projects/dbml/node_modules/oracledb/lib/oracledb.js:791:3)
42
+
43
+ 2026-02-12T07:22:21.553Z
44
+ Error: NJS-503: connection to host 127.0.0.1 port 1521 could not be established. (CONNECTION_ID=EEeIhK5RENS0Xe7UTGkoGA==)
45
+ connect ECONNREFUSED 127.0.0.1:1521
46
+ at Object.throwErr (/home/huydna/projects/dbml/node_modules/oracledb/lib/errors.js:776:10)
47
+ at NTTCP.ntConnect (/home/huydna/projects/dbml/node_modules/oracledb/lib/thin/sqlnet/ntTcp.js:206:16)
48
+ at process.processTicksAndRejections (node:internal/process/task_queues:105:5)
49
+ at async NTTCP.connect (/home/huydna/projects/dbml/node_modules/oracledb/lib/thin/sqlnet/ntTcp.js:222:7)
50
+ at async NetworkSession.transportConnect (/home/huydna/projects/dbml/node_modules/oracledb/lib/thin/sqlnet/networkSession.js:182:5)
51
+ at async NetworkSession.connect2 (/home/huydna/projects/dbml/node_modules/oracledb/lib/thin/sqlnet/networkSession.js:222:7)
52
+ at async NetworkSession.connect1 (/home/huydna/projects/dbml/node_modules/oracledb/lib/thin/sqlnet/networkSession.js:336:23)
53
+ at async NetworkSession.connect (/home/huydna/projects/dbml/node_modules/oracledb/lib/thin/sqlnet/networkSession.js:623:5)
54
+ at async ThinConnectionImpl.connect (/home/huydna/projects/dbml/node_modules/oracledb/lib/thin/connection.js:859:5)
55
+ at async getConnection (/home/huydna/projects/dbml/node_modules/oracledb/lib/oracledb.js:791:3)
56
+
57
+ 2026-02-12T07:23:38.827Z
58
+ Error: NJS-503: connection to host 127.0.0.1 port 1521 could not be established. (CONNECTION_ID=1y1xnZlrP9wbXamX72c+ew==)
59
+ connect ECONNREFUSED 127.0.0.1:1521
60
+ at Object.throwErr (/home/huydna/projects/dbml/node_modules/oracledb/lib/errors.js:776:10)
61
+ at NTTCP.ntConnect (/home/huydna/projects/dbml/node_modules/oracledb/lib/thin/sqlnet/ntTcp.js:206:16)
62
+ at process.processTicksAndRejections (node:internal/process/task_queues:105:5)
63
+ at async NTTCP.connect (/home/huydna/projects/dbml/node_modules/oracledb/lib/thin/sqlnet/ntTcp.js:222:7)
64
+ at async NetworkSession.transportConnect (/home/huydna/projects/dbml/node_modules/oracledb/lib/thin/sqlnet/networkSession.js:182:5)
65
+ at async NetworkSession.connect2 (/home/huydna/projects/dbml/node_modules/oracledb/lib/thin/sqlnet/networkSession.js:222:7)
66
+ at async NetworkSession.connect1 (/home/huydna/projects/dbml/node_modules/oracledb/lib/thin/sqlnet/networkSession.js:336:23)
67
+ at async NetworkSession.connect (/home/huydna/projects/dbml/node_modules/oracledb/lib/thin/sqlnet/networkSession.js:623:5)
68
+ at async ThinConnectionImpl.connect (/home/huydna/projects/dbml/node_modules/oracledb/lib/thin/connection.js:859:5)
69
+ at async getConnection (/home/huydna/projects/dbml/node_modules/oracledb/lib/oracledb.js:791:3)
70
+
71
+ 2026-02-12T07:25:31.083Z
72
+ Error: NJS-503: connection to host 127.0.0.1 port 1521 could not be established. (CONNECTION_ID=Tt8KjKs2zMYDvjxDJ0M0AA==)
73
+ connect ECONNREFUSED 127.0.0.1:1521
74
+ at Object.throwErr (/home/huydna/projects/dbml/node_modules/oracledb/lib/errors.js:776:10)
75
+ at NTTCP.ntConnect (/home/huydna/projects/dbml/node_modules/oracledb/lib/thin/sqlnet/ntTcp.js:206:16)
76
+ at process.processTicksAndRejections (node:internal/process/task_queues:105:5)
77
+ at async NTTCP.connect (/home/huydna/projects/dbml/node_modules/oracledb/lib/thin/sqlnet/ntTcp.js:222:7)
78
+ at async NetworkSession.transportConnect (/home/huydna/projects/dbml/node_modules/oracledb/lib/thin/sqlnet/networkSession.js:182:5)
79
+ at async NetworkSession.connect2 (/home/huydna/projects/dbml/node_modules/oracledb/lib/thin/sqlnet/networkSession.js:222:7)
80
+ at async NetworkSession.connect1 (/home/huydna/projects/dbml/node_modules/oracledb/lib/thin/sqlnet/networkSession.js:336:23)
81
+ at async NetworkSession.connect (/home/huydna/projects/dbml/node_modules/oracledb/lib/thin/sqlnet/networkSession.js:623:5)
82
+ at async ThinConnectionImpl.connect (/home/huydna/projects/dbml/node_modules/oracledb/lib/thin/connection.js:859:5)
83
+ at async getConnection (/home/huydna/projects/dbml/node_modules/oracledb/lib/oracledb.js:791:3)
84
+
85
+ 2026-02-12T07:27:11.720Z
86
+ Error: NJS-503: connection to host 127.0.0.1 port 1521 could not be established. (CONNECTION_ID=1s467PIDap6gEpXz5LNyOA==)
87
+ connect ECONNREFUSED 127.0.0.1:1521
88
+ at Object.throwErr (/home/huydna/projects/dbml/node_modules/oracledb/lib/errors.js:776:10)
89
+ at NTTCP.ntConnect (/home/huydna/projects/dbml/node_modules/oracledb/lib/thin/sqlnet/ntTcp.js:206:16)
90
+ at process.processTicksAndRejections (node:internal/process/task_queues:105:5)
91
+ at async NTTCP.connect (/home/huydna/projects/dbml/node_modules/oracledb/lib/thin/sqlnet/ntTcp.js:222:7)
92
+ at async NetworkSession.transportConnect (/home/huydna/projects/dbml/node_modules/oracledb/lib/thin/sqlnet/networkSession.js:182:5)
93
+ at async NetworkSession.connect2 (/home/huydna/projects/dbml/node_modules/oracledb/lib/thin/sqlnet/networkSession.js:222:7)
94
+ at async NetworkSession.connect1 (/home/huydna/projects/dbml/node_modules/oracledb/lib/thin/sqlnet/networkSession.js:336:23)
95
+ at async NetworkSession.connect (/home/huydna/projects/dbml/node_modules/oracledb/lib/thin/sqlnet/networkSession.js:623:5)
96
+ at async ThinConnectionImpl.connect (/home/huydna/projects/dbml/node_modules/oracledb/lib/thin/connection.js:859:5)
97
+ at async getConnection (/home/huydna/projects/dbml/node_modules/oracledb/lib/oracledb.js:791:3)
98
+
@@ -12,3 +12,38 @@ Error: PostgreSQL connection error: AggregateError
12
12
  at async N (/home/huydna/projects/dbml/packages/dbml-connector/dist/index.js:218:277)
13
13
  at async connectionHandler (/home/huydna/projects/dbml/packages/dbml-cli/lib/index.js:247:22)
14
14
 
15
+ 2026-02-12T07:21:03.269Z
16
+ Error: PostgreSQL connection error: error: role "dbml" does not exist
17
+ at D (/home/huydna/projects/dbml/packages/dbml-connector/dist/index.js:1:1741)
18
+ at process.processTicksAndRejections (node:internal/process/task_queues:105:5)
19
+ at async ae (/home/huydna/projects/dbml/packages/dbml-connector/dist/index.js:218:278)
20
+ at async connectionHandler (/home/huydna/projects/dbml/packages/dbml-cli/lib/index.js:1179:22)
21
+
22
+ 2026-02-12T07:22:22.777Z
23
+ Error: PostgreSQL connection error: error: role "dbml" does not exist
24
+ at D (/home/huydna/projects/dbml/packages/dbml-connector/dist/index.js:1:1741)
25
+ at process.processTicksAndRejections (node:internal/process/task_queues:105:5)
26
+ at async ae (/home/huydna/projects/dbml/packages/dbml-connector/dist/index.js:218:278)
27
+ at async connectionHandler (/home/huydna/projects/dbml/packages/dbml-cli/lib/index.js:1179:22)
28
+
29
+ 2026-02-12T07:23:40.040Z
30
+ Error: PostgreSQL connection error: error: role "dbml" does not exist
31
+ at D (/home/huydna/projects/dbml/packages/dbml-connector/dist/index.js:1:1741)
32
+ at process.processTicksAndRejections (node:internal/process/task_queues:105:5)
33
+ at async ae (/home/huydna/projects/dbml/packages/dbml-connector/dist/index.js:218:278)
34
+ at async connectionHandler (/home/huydna/projects/dbml/packages/dbml-cli/lib/index.js:1179:22)
35
+
36
+ 2026-02-12T07:25:32.343Z
37
+ Error: PostgreSQL connection error: error: role "dbml" does not exist
38
+ at D (/home/huydna/projects/dbml/packages/dbml-connector/dist/index.js:1:1741)
39
+ at process.processTicksAndRejections (node:internal/process/task_queues:105:5)
40
+ at async ae (/home/huydna/projects/dbml/packages/dbml-connector/dist/index.js:218:278)
41
+ at async connectionHandler (/home/huydna/projects/dbml/packages/dbml-cli/lib/index.js:1179:22)
42
+
43
+ 2026-02-12T07:27:13.058Z
44
+ Error: PostgreSQL connection error: error: role "dbml" does not exist
45
+ at D (/home/huydna/projects/dbml/packages/dbml-connector/dist/index.js:1:1741)
46
+ at process.processTicksAndRejections (node:internal/process/task_queues:105:5)
47
+ at async ae (/home/huydna/projects/dbml/packages/dbml-connector/dist/index.js:218:278)
48
+ at async connectionHandler (/home/huydna/projects/dbml/packages/dbml-cli/lib/index.js:1179:22)
49
+
@@ -1,6 +1,6 @@
1
1
  -- SQL dump generated using DBML (dbml.dbdiagram.io)
2
2
  -- Database: MySQL
3
- -- Generated at: 2026-02-05T04:33:04.831Z
3
+ -- Generated at: 2026-02-12T07:26:00.281Z
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: 2026-02-05T04:33:07.189Z
3
+ -- Generated at: 2026-02-12T07:26:03.047Z
4
4
 
5
5
  CREATE TABLE "orders" (
6
6
  "id" int GENERATED AS IDENTITY PRIMARY KEY,
@@ -48,14 +48,14 @@ CREATE TABLE "countries" (
48
48
 
49
49
  CREATE INDEX "product_status" ON "products" ("merchant_id", "status");
50
50
 
51
- ALTER TABLE "order_items" ADD FOREIGN KEY ("order_id") REFERENCES "orders" ("id");
51
+ ALTER TABLE "order_items" ADD FOREIGN KEY ("order_id") REFERENCES "orders" ("id") DEFERRABLE INITIALLY IMMEDIATE;
52
52
 
53
- ALTER TABLE "order_items" ADD FOREIGN KEY ("product_id") REFERENCES "products" ("id");
53
+ ALTER TABLE "order_items" ADD FOREIGN KEY ("product_id") REFERENCES "products" ("id") DEFERRABLE INITIALLY IMMEDIATE;
54
54
 
55
- ALTER TABLE "users" ADD FOREIGN KEY ("country_code") REFERENCES "countries" ("code");
55
+ ALTER TABLE "users" ADD FOREIGN KEY ("country_code") REFERENCES "countries" ("code") DEFERRABLE INITIALLY IMMEDIATE;
56
56
 
57
- ALTER TABLE "merchants" ADD FOREIGN KEY ("country_code") REFERENCES "countries" ("code");
57
+ ALTER TABLE "merchants" ADD FOREIGN KEY ("country_code") REFERENCES "countries" ("code") DEFERRABLE INITIALLY IMMEDIATE;
58
58
 
59
- ALTER TABLE "products" ADD FOREIGN KEY ("merchant_id") REFERENCES "merchants" ("id");
59
+ ALTER TABLE "products" ADD FOREIGN KEY ("merchant_id") REFERENCES "merchants" ("id") DEFERRABLE INITIALLY IMMEDIATE;
60
60
 
61
- ALTER TABLE "merchants" ADD FOREIGN KEY ("admin_id") REFERENCES "users" ("id");
61
+ ALTER TABLE "merchants" ADD FOREIGN KEY ("admin_id") REFERENCES "users" ("id") DEFERRABLE INITIALLY IMMEDIATE;
@@ -1,6 +1,6 @@
1
1
  -- SQL dump generated using DBML (dbml.dbdiagram.io)
2
2
  -- Database: PostgreSQL
3
- -- Generated at: 2026-02-05T04:33:09.544Z
3
+ -- Generated at: 2026-02-12T07:26:05.742Z
4
4
 
5
5
  CREATE TYPE "orders_status" AS ENUM (
6
6
  'created',
@@ -64,14 +64,14 @@ CREATE INDEX "product_status" ON "products" ("merchant_id", "status");
64
64
 
65
65
  CREATE UNIQUE INDEX ON "products" USING HASH ("id");
66
66
 
67
- ALTER TABLE "order_items" ADD FOREIGN KEY ("order_id") REFERENCES "orders" ("id");
67
+ ALTER TABLE "order_items" ADD FOREIGN KEY ("order_id") REFERENCES "orders" ("id") DEFERRABLE INITIALLY IMMEDIATE;
68
68
 
69
- ALTER TABLE "order_items" ADD FOREIGN KEY ("product_id") REFERENCES "products" ("id");
69
+ ALTER TABLE "order_items" ADD FOREIGN KEY ("product_id") REFERENCES "products" ("id") DEFERRABLE INITIALLY IMMEDIATE;
70
70
 
71
- ALTER TABLE "users" ADD FOREIGN KEY ("country_code") REFERENCES "countries" ("code");
71
+ ALTER TABLE "users" ADD FOREIGN KEY ("country_code") REFERENCES "countries" ("code") DEFERRABLE INITIALLY IMMEDIATE;
72
72
 
73
- ALTER TABLE "merchants" ADD FOREIGN KEY ("country_code") REFERENCES "countries" ("code");
73
+ ALTER TABLE "merchants" ADD FOREIGN KEY ("country_code") REFERENCES "countries" ("code") DEFERRABLE INITIALLY IMMEDIATE;
74
74
 
75
- ALTER TABLE "products" ADD FOREIGN KEY ("merchant_id") REFERENCES "merchants" ("id");
75
+ ALTER TABLE "products" ADD FOREIGN KEY ("merchant_id") REFERENCES "merchants" ("id") DEFERRABLE INITIALLY IMMEDIATE;
76
76
 
77
- ALTER TABLE "merchants" ADD FOREIGN KEY ("admin_id") REFERENCES "users" ("id");
77
+ ALTER TABLE "merchants" ADD FOREIGN KEY ("admin_id") REFERENCES "users" ("id") DEFERRABLE INITIALLY IMMEDIATE;
@@ -60,14 +60,14 @@ CREATE INDEX "product_status" ON "products" ("merchant_id", "status");
60
60
 
61
61
  CREATE UNIQUE INDEX ON "products" USING HASH ("id");
62
62
 
63
- ALTER TABLE "order_items" ADD FOREIGN KEY ("order_id") REFERENCES "orders" ("id");
63
+ ALTER TABLE "order_items" ADD FOREIGN KEY ("order_id") REFERENCES "orders" ("id") DEFERRABLE INITIALLY IMMEDIATE;
64
64
 
65
- ALTER TABLE "order_items" ADD FOREIGN KEY ("product_id") REFERENCES "products" ("id");
65
+ ALTER TABLE "order_items" ADD FOREIGN KEY ("product_id") REFERENCES "products" ("id") DEFERRABLE INITIALLY IMMEDIATE;
66
66
 
67
- ALTER TABLE "users" ADD FOREIGN KEY ("country_code") REFERENCES "countries" ("code");
67
+ ALTER TABLE "users" ADD FOREIGN KEY ("country_code") REFERENCES "countries" ("code") DEFERRABLE INITIALLY IMMEDIATE;
68
68
 
69
- ALTER TABLE "merchants" ADD FOREIGN KEY ("country_code") REFERENCES "countries" ("code");
69
+ ALTER TABLE "merchants" ADD FOREIGN KEY ("country_code") REFERENCES "countries" ("code") DEFERRABLE INITIALLY IMMEDIATE;
70
70
 
71
- ALTER TABLE "products" ADD FOREIGN KEY ("merchant_id") REFERENCES "merchants" ("id");
71
+ ALTER TABLE "products" ADD FOREIGN KEY ("merchant_id") REFERENCES "merchants" ("id") DEFERRABLE INITIALLY IMMEDIATE;
72
72
 
73
- ALTER TABLE "merchants" ADD FOREIGN KEY ("admin_id") REFERENCES "users" ("id");
73
+ ALTER TABLE "merchants" ADD FOREIGN KEY ("admin_id") REFERENCES "users" ("id") DEFERRABLE INITIALLY IMMEDIATE;
@@ -1,6 +1,6 @@
1
1
  -- SQL dump generated using DBML (dbml.dbdiagram.io)
2
2
  -- Database: PostgreSQL
3
- -- Generated at: 2026-02-05T04:33:10.708Z
3
+ -- Generated at: 2026-02-12T07:26:07.072Z
4
4
 
5
5
  CREATE TYPE "orders_status" AS ENUM (
6
6
  'created',
@@ -64,14 +64,14 @@ CREATE INDEX "product_status" ON "products" ("merchant_id", "status");
64
64
 
65
65
  CREATE UNIQUE INDEX ON "products" USING HASH ("id");
66
66
 
67
- ALTER TABLE "order_items" ADD FOREIGN KEY ("order_id") REFERENCES "orders" ("id");
67
+ ALTER TABLE "order_items" ADD FOREIGN KEY ("order_id") REFERENCES "orders" ("id") DEFERRABLE INITIALLY IMMEDIATE;
68
68
 
69
- ALTER TABLE "order_items" ADD FOREIGN KEY ("product_id") REFERENCES "products" ("id");
69
+ ALTER TABLE "order_items" ADD FOREIGN KEY ("product_id") REFERENCES "products" ("id") DEFERRABLE INITIALLY IMMEDIATE;
70
70
 
71
- ALTER TABLE "users" ADD FOREIGN KEY ("country_code") REFERENCES "countries" ("code");
71
+ ALTER TABLE "users" ADD FOREIGN KEY ("country_code") REFERENCES "countries" ("code") DEFERRABLE INITIALLY IMMEDIATE;
72
72
 
73
- ALTER TABLE "merchants" ADD FOREIGN KEY ("country_code") REFERENCES "countries" ("code");
73
+ ALTER TABLE "merchants" ADD FOREIGN KEY ("country_code") REFERENCES "countries" ("code") DEFERRABLE INITIALLY IMMEDIATE;
74
74
 
75
- ALTER TABLE "products" ADD FOREIGN KEY ("merchant_id") REFERENCES "merchants" ("id");
75
+ ALTER TABLE "products" ADD FOREIGN KEY ("merchant_id") REFERENCES "merchants" ("id") DEFERRABLE INITIALLY IMMEDIATE;
76
76
 
77
- ALTER TABLE "merchants" ADD FOREIGN KEY ("admin_id") REFERENCES "users" ("id");
77
+ ALTER TABLE "merchants" ADD FOREIGN KEY ("admin_id") REFERENCES "users" ("id") DEFERRABLE INITIALLY IMMEDIATE;
@@ -60,15 +60,15 @@ CREATE INDEX "product_status" ON "products" ("merchant_id", "status");
60
60
 
61
61
  CREATE UNIQUE INDEX ON "products" USING HASH ("id");
62
62
 
63
- ALTER TABLE "order_items" ADD FOREIGN KEY ("order_id") REFERENCES "orders" ("id");
63
+ ALTER TABLE "order_items" ADD FOREIGN KEY ("order_id") REFERENCES "orders" ("id") DEFERRABLE INITIALLY IMMEDIATE;
64
64
 
65
- ALTER TABLE "order_items" ADD FOREIGN KEY ("product_id") REFERENCES "products" ("id");
65
+ ALTER TABLE "order_items" ADD FOREIGN KEY ("product_id") REFERENCES "products" ("id") DEFERRABLE INITIALLY IMMEDIATE;
66
66
 
67
- ALTER TABLE "users" ADD FOREIGN KEY ("country_code") REFERENCES "countries" ("code");
67
+ ALTER TABLE "users" ADD FOREIGN KEY ("country_code") REFERENCES "countries" ("code") DEFERRABLE INITIALLY IMMEDIATE;
68
68
 
69
- ALTER TABLE "merchants" ADD FOREIGN KEY ("country_code") REFERENCES "countries" ("code");
69
+ ALTER TABLE "merchants" ADD FOREIGN KEY ("country_code") REFERENCES "countries" ("code") DEFERRABLE INITIALLY IMMEDIATE;
70
70
 
71
- ALTER TABLE "products" ADD FOREIGN KEY ("merchant_id") REFERENCES "merchants" ("id");
71
+ ALTER TABLE "products" ADD FOREIGN KEY ("merchant_id") REFERENCES "merchants" ("id") DEFERRABLE INITIALLY IMMEDIATE;
72
72
 
73
- ALTER TABLE "merchants" ADD FOREIGN KEY ("admin_id") REFERENCES "users" ("id");
73
+ ALTER TABLE "merchants" ADD FOREIGN KEY ("admin_id") REFERENCES "users" ("id") DEFERRABLE INITIALLY IMMEDIATE;
74
74
 
@@ -1,6 +1,6 @@
1
1
  -- SQL dump generated using DBML (dbml.dbdiagram.io)
2
2
  -- Database: MySQL
3
- -- Generated at: 2026-02-05T04:33:14.192Z
3
+ -- Generated at: 2026-02-12T07:26:10.851Z
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: 2026-02-05T04:33:16.564Z
3
+ -- Generated at: 2026-02-12T07:26:13.276Z
4
4
 
5
5
  CREATE TABLE "staff" (
6
6
  "id" int PRIMARY KEY,
@@ -43,15 +43,15 @@ CREATE TABLE "rental" (
43
43
  "last_update" timestamp
44
44
  );
45
45
 
46
- ALTER TABLE "staff" ADD FOREIGN KEY ("store_id") REFERENCES "store" ("id");
46
+ ALTER TABLE "staff" ADD FOREIGN KEY ("store_id") REFERENCES "store" ("id") DEFERRABLE INITIALLY IMMEDIATE;
47
47
 
48
- ALTER TABLE "store" ADD FOREIGN KEY ("manager_staff_id") REFERENCES "staff" ("id");
48
+ ALTER TABLE "store" ADD FOREIGN KEY ("manager_staff_id") REFERENCES "staff" ("id") DEFERRABLE INITIALLY IMMEDIATE;
49
49
 
50
- ALTER TABLE "payment" ADD FOREIGN KEY ("staff_id") REFERENCES "staff" ("id");
50
+ ALTER TABLE "payment" ADD FOREIGN KEY ("staff_id") REFERENCES "staff" ("id") DEFERRABLE INITIALLY IMMEDIATE;
51
51
 
52
- ALTER TABLE "payment" ADD FOREIGN KEY ("rental_id") REFERENCES "rental" ("id");
52
+ ALTER TABLE "payment" ADD FOREIGN KEY ("rental_id") REFERENCES "rental" ("id") DEFERRABLE INITIALLY IMMEDIATE;
53
53
 
54
- ALTER TABLE "rental" ADD FOREIGN KEY ("staff_id") REFERENCES "staff" ("id");
54
+ ALTER TABLE "rental" ADD FOREIGN KEY ("staff_id") REFERENCES "staff" ("id") DEFERRABLE INITIALLY IMMEDIATE;
55
55
  CREATE TABLE "country" (
56
56
  "id" int PRIMARY KEY,
57
57
  "country" nvarchar2(255),
@@ -90,11 +90,11 @@ CREATE TABLE "customer" (
90
90
 
91
91
  CREATE INDEX "IDX_CUSTOMER" ON "customer" ("id", "first_name");
92
92
 
93
- ALTER TABLE "city" ADD FOREIGN KEY ("country_id") REFERENCES "country" ("id");
93
+ ALTER TABLE "city" ADD FOREIGN KEY ("country_id") REFERENCES "country" ("id") DEFERRABLE INITIALLY IMMEDIATE;
94
94
 
95
- ALTER TABLE "address" ADD FOREIGN KEY ("city_id") REFERENCES "city" ("id");
95
+ ALTER TABLE "address" ADD FOREIGN KEY ("city_id") REFERENCES "city" ("id") DEFERRABLE INITIALLY IMMEDIATE;
96
96
 
97
- ALTER TABLE "customer" ADD FOREIGN KEY ("address_id") REFERENCES "address" ("id");
97
+ ALTER TABLE "customer" ADD FOREIGN KEY ("address_id") REFERENCES "address" ("id") DEFERRABLE INITIALLY IMMEDIATE;
98
98
  CREATE TABLE "category" (
99
99
  "id" int PRIMARY KEY,
100
100
  "name" nvarchar2(255),
@@ -157,16 +157,16 @@ CREATE TABLE "inventory" (
157
157
  "last_update" timestamp
158
158
  );
159
159
 
160
- ALTER TABLE "film_category" ADD FOREIGN KEY ("category_id") REFERENCES "category" ("id");
160
+ ALTER TABLE "film_category" ADD FOREIGN KEY ("category_id") REFERENCES "category" ("id") DEFERRABLE INITIALLY IMMEDIATE;
161
161
 
162
- ALTER TABLE "film_text" ADD FOREIGN KEY ("film_id") REFERENCES "film" ("id");
162
+ ALTER TABLE "film_text" ADD FOREIGN KEY ("film_id") REFERENCES "film" ("id") DEFERRABLE INITIALLY IMMEDIATE;
163
163
 
164
- ALTER TABLE "film" ADD FOREIGN KEY ("language_id") REFERENCES "language" ("id");
164
+ ALTER TABLE "film" ADD FOREIGN KEY ("language_id") REFERENCES "language" ("id") DEFERRABLE INITIALLY IMMEDIATE;
165
165
 
166
- ALTER TABLE "film" ADD FOREIGN KEY ("original_language_id") REFERENCES "language" ("id");
166
+ ALTER TABLE "film" ADD FOREIGN KEY ("original_language_id") REFERENCES "language" ("id") DEFERRABLE INITIALLY IMMEDIATE;
167
167
 
168
- ALTER TABLE "film_actor" ADD FOREIGN KEY ("film_id") REFERENCES "film" ("id");
168
+ ALTER TABLE "film_actor" ADD FOREIGN KEY ("film_id") REFERENCES "film" ("id") DEFERRABLE INITIALLY IMMEDIATE;
169
169
 
170
- ALTER TABLE "film_actor" ADD FOREIGN KEY ("actor_id") REFERENCES "actor" ("id");
170
+ ALTER TABLE "film_actor" ADD FOREIGN KEY ("actor_id") REFERENCES "actor" ("id") DEFERRABLE INITIALLY IMMEDIATE;
171
171
 
172
- ALTER TABLE "inventory" ADD FOREIGN KEY ("film_id") REFERENCES "film" ("id");
172
+ ALTER TABLE "inventory" ADD FOREIGN KEY ("film_id") REFERENCES "film" ("id") DEFERRABLE INITIALLY IMMEDIATE;
@@ -1,6 +1,6 @@
1
1
  -- SQL dump generated using DBML (dbml.dbdiagram.io)
2
2
  -- Database: PostgreSQL
3
- -- Generated at: 2026-02-05T04:33:19.063Z
3
+ -- Generated at: 2026-02-12T07:26:15.748Z
4
4
 
5
5
  CREATE TABLE "staff" (
6
6
  "id" int PRIMARY KEY,
@@ -43,15 +43,15 @@ CREATE TABLE "rental" (
43
43
  "last_update" timestamp
44
44
  );
45
45
 
46
- ALTER TABLE "staff" ADD FOREIGN KEY ("store_id") REFERENCES "store" ("id");
46
+ ALTER TABLE "staff" ADD FOREIGN KEY ("store_id") REFERENCES "store" ("id") DEFERRABLE INITIALLY IMMEDIATE;
47
47
 
48
- ALTER TABLE "store" ADD FOREIGN KEY ("manager_staff_id") REFERENCES "staff" ("id");
48
+ ALTER TABLE "store" ADD FOREIGN KEY ("manager_staff_id") REFERENCES "staff" ("id") DEFERRABLE INITIALLY IMMEDIATE;
49
49
 
50
- ALTER TABLE "payment" ADD FOREIGN KEY ("staff_id") REFERENCES "staff" ("id");
50
+ ALTER TABLE "payment" ADD FOREIGN KEY ("staff_id") REFERENCES "staff" ("id") DEFERRABLE INITIALLY IMMEDIATE;
51
51
 
52
- ALTER TABLE "payment" ADD FOREIGN KEY ("rental_id") REFERENCES "rental" ("id");
52
+ ALTER TABLE "payment" ADD FOREIGN KEY ("rental_id") REFERENCES "rental" ("id") DEFERRABLE INITIALLY IMMEDIATE;
53
53
 
54
- ALTER TABLE "rental" ADD FOREIGN KEY ("staff_id") REFERENCES "staff" ("id");
54
+ ALTER TABLE "rental" ADD FOREIGN KEY ("staff_id") REFERENCES "staff" ("id") DEFERRABLE INITIALLY IMMEDIATE;
55
55
  CREATE TABLE "country" (
56
56
  "id" int PRIMARY KEY,
57
57
  "country" varchar,
@@ -90,11 +90,11 @@ CREATE TABLE "customer" (
90
90
 
91
91
  CREATE INDEX ON "customer" USING BTREE ("id", "first_name");
92
92
 
93
- ALTER TABLE "city" ADD FOREIGN KEY ("country_id") REFERENCES "country" ("id");
93
+ ALTER TABLE "city" ADD FOREIGN KEY ("country_id") REFERENCES "country" ("id") DEFERRABLE INITIALLY IMMEDIATE;
94
94
 
95
- ALTER TABLE "address" ADD FOREIGN KEY ("city_id") REFERENCES "city" ("id");
95
+ ALTER TABLE "address" ADD FOREIGN KEY ("city_id") REFERENCES "city" ("id") DEFERRABLE INITIALLY IMMEDIATE;
96
96
 
97
- ALTER TABLE "customer" ADD FOREIGN KEY ("address_id") REFERENCES "address" ("id");
97
+ ALTER TABLE "customer" ADD FOREIGN KEY ("address_id") REFERENCES "address" ("id") DEFERRABLE INITIALLY IMMEDIATE;
98
98
  CREATE TABLE "category" (
99
99
  "id" int PRIMARY KEY,
100
100
  "name" varchar,
@@ -157,16 +157,16 @@ CREATE TABLE "inventory" (
157
157
  "last_update" timestamp
158
158
  );
159
159
 
160
- ALTER TABLE "film_category" ADD FOREIGN KEY ("category_id") REFERENCES "category" ("id");
160
+ ALTER TABLE "film_category" ADD FOREIGN KEY ("category_id") REFERENCES "category" ("id") DEFERRABLE INITIALLY IMMEDIATE;
161
161
 
162
- ALTER TABLE "film_text" ADD FOREIGN KEY ("film_id") REFERENCES "inventory" ("film_id");
162
+ ALTER TABLE "film_text" ADD FOREIGN KEY ("film_id") REFERENCES "inventory" ("film_id") DEFERRABLE INITIALLY IMMEDIATE;
163
163
 
164
- ALTER TABLE "film" ADD FOREIGN KEY ("language_id") REFERENCES "language" ("id");
164
+ ALTER TABLE "film" ADD FOREIGN KEY ("language_id") REFERENCES "language" ("id") DEFERRABLE INITIALLY IMMEDIATE;
165
165
 
166
- ALTER TABLE "film" ADD FOREIGN KEY ("original_language_id") REFERENCES "language" ("id");
166
+ ALTER TABLE "film" ADD FOREIGN KEY ("original_language_id") REFERENCES "language" ("id") DEFERRABLE INITIALLY IMMEDIATE;
167
167
 
168
- ALTER TABLE "film_actor" ADD FOREIGN KEY ("film_id") REFERENCES "film" ("id");
168
+ ALTER TABLE "film_actor" ADD FOREIGN KEY ("film_id") REFERENCES "film" ("id") DEFERRABLE INITIALLY IMMEDIATE;
169
169
 
170
- ALTER TABLE "film_actor" ADD FOREIGN KEY ("actor_id") REFERENCES "actor" ("id");
170
+ ALTER TABLE "film_actor" ADD FOREIGN KEY ("actor_id") REFERENCES "actor" ("id") DEFERRABLE INITIALLY IMMEDIATE;
171
171
 
172
- ALTER TABLE "inventory" ADD FOREIGN KEY ("film_id") REFERENCES "film" ("id");
172
+ ALTER TABLE "inventory" ADD FOREIGN KEY ("film_id") REFERENCES "film" ("id") DEFERRABLE INITIALLY IMMEDIATE;
@@ -39,15 +39,15 @@ CREATE TABLE "rental" (
39
39
  "last_update" timestamp
40
40
  );
41
41
 
42
- ALTER TABLE "staff" ADD FOREIGN KEY ("store_id") REFERENCES "store" ("id");
42
+ ALTER TABLE "staff" ADD FOREIGN KEY ("store_id") REFERENCES "store" ("id") DEFERRABLE INITIALLY IMMEDIATE;
43
43
 
44
- ALTER TABLE "store" ADD FOREIGN KEY ("manager_staff_id") REFERENCES "staff" ("id");
44
+ ALTER TABLE "store" ADD FOREIGN KEY ("manager_staff_id") REFERENCES "staff" ("id") DEFERRABLE INITIALLY IMMEDIATE;
45
45
 
46
- ALTER TABLE "payment" ADD FOREIGN KEY ("staff_id") REFERENCES "staff" ("id");
46
+ ALTER TABLE "payment" ADD FOREIGN KEY ("staff_id") REFERENCES "staff" ("id") DEFERRABLE INITIALLY IMMEDIATE;
47
47
 
48
- ALTER TABLE "payment" ADD FOREIGN KEY ("rental_id") REFERENCES "rental" ("id");
48
+ ALTER TABLE "payment" ADD FOREIGN KEY ("rental_id") REFERENCES "rental" ("id") DEFERRABLE INITIALLY IMMEDIATE;
49
49
 
50
- ALTER TABLE "rental" ADD FOREIGN KEY ("staff_id") REFERENCES "staff" ("id");
50
+ ALTER TABLE "rental" ADD FOREIGN KEY ("staff_id") REFERENCES "staff" ("id") DEFERRABLE INITIALLY IMMEDIATE;
51
51
  CREATE TABLE "country" (
52
52
  "id" int PRIMARY KEY,
53
53
  "country" varchar,
@@ -86,11 +86,11 @@ CREATE TABLE "customer" (
86
86
 
87
87
  CREATE INDEX ON "customer" USING BTREE ("id", "first_name");
88
88
 
89
- ALTER TABLE "city" ADD FOREIGN KEY ("country_id") REFERENCES "country" ("id");
89
+ ALTER TABLE "city" ADD FOREIGN KEY ("country_id") REFERENCES "country" ("id") DEFERRABLE INITIALLY IMMEDIATE;
90
90
 
91
- ALTER TABLE "address" ADD FOREIGN KEY ("city_id") REFERENCES "city" ("id");
91
+ ALTER TABLE "address" ADD FOREIGN KEY ("city_id") REFERENCES "city" ("id") DEFERRABLE INITIALLY IMMEDIATE;
92
92
 
93
- ALTER TABLE "customer" ADD FOREIGN KEY ("address_id") REFERENCES "address" ("id");
93
+ ALTER TABLE "customer" ADD FOREIGN KEY ("address_id") REFERENCES "address" ("id") DEFERRABLE INITIALLY IMMEDIATE;
94
94
  CREATE TABLE "category" (
95
95
  "id" int PRIMARY KEY,
96
96
  "name" varchar,
@@ -153,16 +153,16 @@ CREATE TABLE "inventory" (
153
153
  "last_update" timestamp
154
154
  );
155
155
 
156
- ALTER TABLE "film_category" ADD FOREIGN KEY ("category_id") REFERENCES "category" ("id");
156
+ ALTER TABLE "film_category" ADD FOREIGN KEY ("category_id") REFERENCES "category" ("id") DEFERRABLE INITIALLY IMMEDIATE;
157
157
 
158
- ALTER TABLE "film_text" ADD FOREIGN KEY ("film_id") REFERENCES "inventory" ("film_id");
158
+ ALTER TABLE "film_text" ADD FOREIGN KEY ("film_id") REFERENCES "inventory" ("film_id") DEFERRABLE INITIALLY IMMEDIATE;
159
159
 
160
- ALTER TABLE "film" ADD FOREIGN KEY ("language_id") REFERENCES "language" ("id");
160
+ ALTER TABLE "film" ADD FOREIGN KEY ("language_id") REFERENCES "language" ("id") DEFERRABLE INITIALLY IMMEDIATE;
161
161
 
162
- ALTER TABLE "film" ADD FOREIGN KEY ("original_language_id") REFERENCES "language" ("id");
162
+ ALTER TABLE "film" ADD FOREIGN KEY ("original_language_id") REFERENCES "language" ("id") DEFERRABLE INITIALLY IMMEDIATE;
163
163
 
164
- ALTER TABLE "film_actor" ADD FOREIGN KEY ("film_id") REFERENCES "film" ("id");
164
+ ALTER TABLE "film_actor" ADD FOREIGN KEY ("film_id") REFERENCES "film" ("id") DEFERRABLE INITIALLY IMMEDIATE;
165
165
 
166
- ALTER TABLE "film_actor" ADD FOREIGN KEY ("actor_id") REFERENCES "actor" ("id");
166
+ ALTER TABLE "film_actor" ADD FOREIGN KEY ("actor_id") REFERENCES "actor" ("id") DEFERRABLE INITIALLY IMMEDIATE;
167
167
 
168
- ALTER TABLE "inventory" ADD FOREIGN KEY ("film_id") REFERENCES "film" ("id");
168
+ ALTER TABLE "inventory" ADD FOREIGN KEY ("film_id") REFERENCES "film" ("id") DEFERRABLE INITIALLY IMMEDIATE;
@@ -1,6 +1,6 @@
1
1
  -- SQL dump generated using DBML (dbml.dbdiagram.io)
2
2
  -- Database: PostgreSQL
3
- -- Generated at: 2026-02-05T04:33:20.348Z
3
+ -- Generated at: 2026-02-12T07:26:16.994Z
4
4
 
5
5
  CREATE TABLE "staff" (
6
6
  "id" int PRIMARY KEY,
@@ -43,15 +43,15 @@ CREATE TABLE "rental" (
43
43
  "last_update" timestamp
44
44
  );
45
45
 
46
- ALTER TABLE "staff" ADD FOREIGN KEY ("store_id") REFERENCES "store" ("id");
46
+ ALTER TABLE "staff" ADD FOREIGN KEY ("store_id") REFERENCES "store" ("id") DEFERRABLE INITIALLY IMMEDIATE;
47
47
 
48
- ALTER TABLE "store" ADD FOREIGN KEY ("manager_staff_id") REFERENCES "staff" ("id");
48
+ ALTER TABLE "store" ADD FOREIGN KEY ("manager_staff_id") REFERENCES "staff" ("id") DEFERRABLE INITIALLY IMMEDIATE;
49
49
 
50
- ALTER TABLE "payment" ADD FOREIGN KEY ("staff_id") REFERENCES "staff" ("id");
50
+ ALTER TABLE "payment" ADD FOREIGN KEY ("staff_id") REFERENCES "staff" ("id") DEFERRABLE INITIALLY IMMEDIATE;
51
51
 
52
- ALTER TABLE "payment" ADD FOREIGN KEY ("rental_id") REFERENCES "rental" ("id");
52
+ ALTER TABLE "payment" ADD FOREIGN KEY ("rental_id") REFERENCES "rental" ("id") DEFERRABLE INITIALLY IMMEDIATE;
53
53
 
54
- ALTER TABLE "rental" ADD FOREIGN KEY ("staff_id") REFERENCES "staff" ("id");
54
+ ALTER TABLE "rental" ADD FOREIGN KEY ("staff_id") REFERENCES "staff" ("id") DEFERRABLE INITIALLY IMMEDIATE;
55
55
  CREATE TABLE "country" (
56
56
  "id" int PRIMARY KEY,
57
57
  "country" varchar,
@@ -90,11 +90,11 @@ CREATE TABLE "customer" (
90
90
 
91
91
  CREATE INDEX ON "customer" USING BTREE ("id", "first_name");
92
92
 
93
- ALTER TABLE "city" ADD FOREIGN KEY ("country_id") REFERENCES "country" ("id");
93
+ ALTER TABLE "city" ADD FOREIGN KEY ("country_id") REFERENCES "country" ("id") DEFERRABLE INITIALLY IMMEDIATE;
94
94
 
95
- ALTER TABLE "address" ADD FOREIGN KEY ("city_id") REFERENCES "city" ("id");
95
+ ALTER TABLE "address" ADD FOREIGN KEY ("city_id") REFERENCES "city" ("id") DEFERRABLE INITIALLY IMMEDIATE;
96
96
 
97
- ALTER TABLE "customer" ADD FOREIGN KEY ("address_id") REFERENCES "address" ("id");
97
+ ALTER TABLE "customer" ADD FOREIGN KEY ("address_id") REFERENCES "address" ("id") DEFERRABLE INITIALLY IMMEDIATE;
98
98
  CREATE TABLE "category" (
99
99
  "id" int PRIMARY KEY,
100
100
  "name" varchar,
@@ -157,16 +157,16 @@ CREATE TABLE "inventory" (
157
157
  "last_update" timestamp
158
158
  );
159
159
 
160
- ALTER TABLE "film_category" ADD FOREIGN KEY ("category_id") REFERENCES "category" ("id");
160
+ ALTER TABLE "film_category" ADD FOREIGN KEY ("category_id") REFERENCES "category" ("id") DEFERRABLE INITIALLY IMMEDIATE;
161
161
 
162
- ALTER TABLE "film_text" ADD FOREIGN KEY ("film_id") REFERENCES "inventory" ("film_id");
162
+ ALTER TABLE "film_text" ADD FOREIGN KEY ("film_id") REFERENCES "inventory" ("film_id") DEFERRABLE INITIALLY IMMEDIATE;
163
163
 
164
- ALTER TABLE "film" ADD FOREIGN KEY ("language_id") REFERENCES "language" ("id");
164
+ ALTER TABLE "film" ADD FOREIGN KEY ("language_id") REFERENCES "language" ("id") DEFERRABLE INITIALLY IMMEDIATE;
165
165
 
166
- ALTER TABLE "film" ADD FOREIGN KEY ("original_language_id") REFERENCES "language" ("id");
166
+ ALTER TABLE "film" ADD FOREIGN KEY ("original_language_id") REFERENCES "language" ("id") DEFERRABLE INITIALLY IMMEDIATE;
167
167
 
168
- ALTER TABLE "film_actor" ADD FOREIGN KEY ("film_id") REFERENCES "film" ("id");
168
+ ALTER TABLE "film_actor" ADD FOREIGN KEY ("film_id") REFERENCES "film" ("id") DEFERRABLE INITIALLY IMMEDIATE;
169
169
 
170
- ALTER TABLE "film_actor" ADD FOREIGN KEY ("actor_id") REFERENCES "actor" ("id");
170
+ ALTER TABLE "film_actor" ADD FOREIGN KEY ("actor_id") REFERENCES "actor" ("id") DEFERRABLE INITIALLY IMMEDIATE;
171
171
 
172
- ALTER TABLE "inventory" ADD FOREIGN KEY ("film_id") REFERENCES "film" ("id");
172
+ ALTER TABLE "inventory" ADD FOREIGN KEY ("film_id") REFERENCES "film" ("id") DEFERRABLE INITIALLY IMMEDIATE;
@@ -39,15 +39,15 @@ CREATE TABLE "rental" (
39
39
  "last_update" timestamp
40
40
  );
41
41
 
42
- ALTER TABLE "staff" ADD FOREIGN KEY ("store_id") REFERENCES "store" ("id");
42
+ ALTER TABLE "staff" ADD FOREIGN KEY ("store_id") REFERENCES "store" ("id") DEFERRABLE INITIALLY IMMEDIATE;
43
43
 
44
- ALTER TABLE "store" ADD FOREIGN KEY ("manager_staff_id") REFERENCES "staff" ("id");
44
+ ALTER TABLE "store" ADD FOREIGN KEY ("manager_staff_id") REFERENCES "staff" ("id") DEFERRABLE INITIALLY IMMEDIATE;
45
45
 
46
- ALTER TABLE "payment" ADD FOREIGN KEY ("staff_id") REFERENCES "staff" ("id");
46
+ ALTER TABLE "payment" ADD FOREIGN KEY ("staff_id") REFERENCES "staff" ("id") DEFERRABLE INITIALLY IMMEDIATE;
47
47
 
48
- ALTER TABLE "payment" ADD FOREIGN KEY ("rental_id") REFERENCES "rental" ("id");
48
+ ALTER TABLE "payment" ADD FOREIGN KEY ("rental_id") REFERENCES "rental" ("id") DEFERRABLE INITIALLY IMMEDIATE;
49
49
 
50
- ALTER TABLE "rental" ADD FOREIGN KEY ("staff_id") REFERENCES "staff" ("id");
50
+ ALTER TABLE "rental" ADD FOREIGN KEY ("staff_id") REFERENCES "staff" ("id") DEFERRABLE INITIALLY IMMEDIATE;
51
51
 
52
52
  CREATE TABLE "country" (
53
53
  "id" int PRIMARY KEY,
@@ -87,11 +87,11 @@ CREATE TABLE "customer" (
87
87
 
88
88
  CREATE INDEX ON "customer" USING BTREE ("id", "first_name");
89
89
 
90
- ALTER TABLE "city" ADD FOREIGN KEY ("country_id") REFERENCES "country" ("id");
90
+ ALTER TABLE "city" ADD FOREIGN KEY ("country_id") REFERENCES "country" ("id") DEFERRABLE INITIALLY IMMEDIATE;
91
91
 
92
- ALTER TABLE "address" ADD FOREIGN KEY ("city_id") REFERENCES "city" ("id");
92
+ ALTER TABLE "address" ADD FOREIGN KEY ("city_id") REFERENCES "city" ("id") DEFERRABLE INITIALLY IMMEDIATE;
93
93
 
94
- ALTER TABLE "customer" ADD FOREIGN KEY ("address_id") REFERENCES "address" ("id");
94
+ ALTER TABLE "customer" ADD FOREIGN KEY ("address_id") REFERENCES "address" ("id") DEFERRABLE INITIALLY IMMEDIATE;
95
95
 
96
96
  CREATE TABLE "category" (
97
97
  "id" int PRIMARY KEY,
@@ -155,17 +155,17 @@ CREATE TABLE "inventory" (
155
155
  "last_update" timestamp
156
156
  );
157
157
 
158
- ALTER TABLE "film_category" ADD FOREIGN KEY ("category_id") REFERENCES "category" ("id");
158
+ ALTER TABLE "film_category" ADD FOREIGN KEY ("category_id") REFERENCES "category" ("id") DEFERRABLE INITIALLY IMMEDIATE;
159
159
 
160
- ALTER TABLE "film_text" ADD FOREIGN KEY ("film_id") REFERENCES "inventory" ("film_id");
160
+ ALTER TABLE "film_text" ADD FOREIGN KEY ("film_id") REFERENCES "inventory" ("film_id") DEFERRABLE INITIALLY IMMEDIATE;
161
161
 
162
- ALTER TABLE "film" ADD FOREIGN KEY ("language_id") REFERENCES "language" ("id");
162
+ ALTER TABLE "film" ADD FOREIGN KEY ("language_id") REFERENCES "language" ("id") DEFERRABLE INITIALLY IMMEDIATE;
163
163
 
164
- ALTER TABLE "film" ADD FOREIGN KEY ("original_language_id") REFERENCES "language" ("id");
164
+ ALTER TABLE "film" ADD FOREIGN KEY ("original_language_id") REFERENCES "language" ("id") DEFERRABLE INITIALLY IMMEDIATE;
165
165
 
166
- ALTER TABLE "film_actor" ADD FOREIGN KEY ("film_id") REFERENCES "film" ("id");
166
+ ALTER TABLE "film_actor" ADD FOREIGN KEY ("film_id") REFERENCES "film" ("id") DEFERRABLE INITIALLY IMMEDIATE;
167
167
 
168
- ALTER TABLE "film_actor" ADD FOREIGN KEY ("actor_id") REFERENCES "actor" ("id");
168
+ ALTER TABLE "film_actor" ADD FOREIGN KEY ("actor_id") REFERENCES "actor" ("id") DEFERRABLE INITIALLY IMMEDIATE;
169
169
 
170
- ALTER TABLE "inventory" ADD FOREIGN KEY ("film_id") REFERENCES "film" ("id");
170
+ ALTER TABLE "inventory" ADD FOREIGN KEY ("film_id") REFERENCES "film" ("id") DEFERRABLE INITIALLY IMMEDIATE;
171
171
 
@@ -1,6 +1,6 @@
1
1
  -- SQL dump generated using DBML (dbml.dbdiagram.io)
2
2
  -- Database: SQL Server
3
- -- Generated at: 2026-02-05T04:33:24.052Z
3
+ -- Generated at: 2026-02-12T07:26:20.894Z
4
4
 
5
5
  CREATE SCHEMA [schemaB]
6
6
  GO
@@ -1,6 +1,6 @@
1
1
  -- SQL dump generated using DBML (dbml.dbdiagram.io)
2
2
  -- Database: MySQL
3
- -- Generated at: 2026-02-05T04:33:25.258Z
3
+ -- Generated at: 2026-02-12T07:26:22.125Z
4
4
 
5
5
  CREATE SCHEMA `schemaB`;
6
6
 
@@ -1,6 +1,6 @@
1
1
  -- SQL dump generated using DBML (dbml.dbdiagram.io)
2
2
  -- Database: Oracle
3
- -- Generated at: 2026-02-05T04:33:26.425Z
3
+ -- Generated at: 2026-02-12T07:26:23.283Z
4
4
 
5
5
  CREATE USER "C##test01"
6
6
  NO AUTHENTICATION
@@ -69,20 +69,20 @@ GRANT REFERENCES ON "products" TO PUBLIC;
69
69
 
70
70
  GRANT REFERENCES ON "C##test02"."products" TO PUBLIC;
71
71
 
72
- ALTER TABLE "products" ADD FOREIGN KEY ("user_id") REFERENCES "C##test01"."users" ("id");
72
+ ALTER TABLE "products" ADD FOREIGN KEY ("user_id") REFERENCES "C##test01"."users" ("id") DEFERRABLE INITIALLY IMMEDIATE;
73
73
 
74
- ALTER TABLE "C##test01"."products" ADD FOREIGN KEY ("user_id") REFERENCES "users" ("id");
74
+ ALTER TABLE "C##test01"."products" ADD FOREIGN KEY ("user_id") REFERENCES "users" ("id") DEFERRABLE INITIALLY IMMEDIATE;
75
75
 
76
- ALTER TABLE "C##test01"."products" ADD FOREIGN KEY ("user_id") REFERENCES "C##test01"."users" ("id");
76
+ ALTER TABLE "C##test01"."products" ADD FOREIGN KEY ("user_id") REFERENCES "C##test01"."users" ("id") DEFERRABLE INITIALLY IMMEDIATE;
77
77
 
78
- ALTER TABLE "C##test02"."users_products" ADD FOREIGN KEY ("users_id") REFERENCES "C##test02"."users" ("id");
78
+ ALTER TABLE "C##test02"."users_products" ADD FOREIGN KEY ("users_id") REFERENCES "C##test02"."users" ("id") DEFERRABLE INITIALLY IMMEDIATE;
79
79
 
80
- ALTER TABLE "C##test02"."users_products" ADD FOREIGN KEY ("products_id") REFERENCES "products" ("id");
80
+ ALTER TABLE "C##test02"."users_products" ADD FOREIGN KEY ("products_id") REFERENCES "products" ("id") DEFERRABLE INITIALLY IMMEDIATE;
81
81
 
82
- ALTER TABLE "users_products" ADD FOREIGN KEY ("users_id") REFERENCES "users" ("id");
82
+ ALTER TABLE "users_products" ADD FOREIGN KEY ("users_id") REFERENCES "users" ("id") DEFERRABLE INITIALLY IMMEDIATE;
83
83
 
84
- ALTER TABLE "users_products" ADD FOREIGN KEY ("products_id") REFERENCES "C##test02"."products" ("id");
84
+ ALTER TABLE "users_products" ADD FOREIGN KEY ("products_id") REFERENCES "C##test02"."products" ("id") DEFERRABLE INITIALLY IMMEDIATE;
85
85
 
86
- ALTER TABLE "C##test01"."users_products" ADD FOREIGN KEY ("users_id") REFERENCES "C##test01"."users" ("id");
86
+ ALTER TABLE "C##test01"."users_products" ADD FOREIGN KEY ("users_id") REFERENCES "C##test01"."users" ("id") DEFERRABLE INITIALLY IMMEDIATE;
87
87
 
88
- ALTER TABLE "C##test01"."users_products" ADD FOREIGN KEY ("products_id") REFERENCES "C##test02"."products" ("id");
88
+ ALTER TABLE "C##test01"."users_products" ADD FOREIGN KEY ("products_id") REFERENCES "C##test02"."products" ("id") DEFERRABLE INITIALLY IMMEDIATE;
@@ -1,6 +1,6 @@
1
1
  -- SQL dump generated using DBML (dbml.dbdiagram.io)
2
2
  -- Database: PostgreSQL
3
- -- Generated at: 2026-02-05T04:33:27.591Z
3
+ -- Generated at: 2026-02-12T07:26:24.539Z
4
4
 
5
5
  CREATE SCHEMA "schemaB";
6
6
 
@@ -58,10 +58,10 @@ CREATE TABLE "schemaA"."locations" (
58
58
  "name" varchar
59
59
  );
60
60
 
61
- ALTER TABLE "schemaA"."products" ADD FOREIGN KEY ("name") REFERENCES "ecommerce"."users" ("id");
61
+ ALTER TABLE "schemaA"."products" ADD FOREIGN KEY ("name") REFERENCES "ecommerce"."users" ("id") DEFERRABLE INITIALLY IMMEDIATE;
62
62
 
63
- ALTER TABLE "schemaA"."locations" ADD FOREIGN KEY ("name") REFERENCES "users" ("id");
63
+ ALTER TABLE "schemaA"."locations" ADD FOREIGN KEY ("name") REFERENCES "users" ("id") DEFERRABLE INITIALLY IMMEDIATE;
64
64
 
65
- ALTER TABLE "ecommerce"."users" ADD FOREIGN KEY ("id") REFERENCES "users" ("id");
65
+ ALTER TABLE "ecommerce"."users" ADD FOREIGN KEY ("id") REFERENCES "users" ("id") DEFERRABLE INITIALLY IMMEDIATE;
66
66
 
67
- ALTER TABLE "ecommerce"."users" ADD CONSTRAINT "name_optional" FOREIGN KEY ("id") REFERENCES "users" ("name");
67
+ ALTER TABLE "ecommerce"."users" ADD CONSTRAINT "name_optional" FOREIGN KEY ("id") REFERENCES "users" ("name") DEFERRABLE INITIALLY IMMEDIATE;
@@ -4,3 +4,18 @@ undefined
4
4
  2026-02-05T04:33:28.839Z
5
5
  undefined
6
6
 
7
+ 2026-02-12T07:20:17.105Z
8
+ undefined
9
+
10
+ 2026-02-12T07:21:35.764Z
11
+ undefined
12
+
13
+ 2026-02-12T07:22:52.795Z
14
+ undefined
15
+
16
+ 2026-02-12T07:24:41.977Z
17
+ undefined
18
+
19
+ 2026-02-12T07:26:25.826Z
20
+ undefined
21
+
@@ -4,3 +4,18 @@ undefined
4
4
  2026-02-05T04:33:30.285Z
5
5
  undefined
6
6
 
7
+ 2026-02-12T07:20:18.373Z
8
+ undefined
9
+
10
+ 2026-02-12T07:21:37.165Z
11
+ undefined
12
+
13
+ 2026-02-12T07:22:54.194Z
14
+ undefined
15
+
16
+ 2026-02-12T07:24:43.493Z
17
+ undefined
18
+
19
+ 2026-02-12T07:26:27.252Z
20
+ undefined
21
+
@@ -4,3 +4,18 @@ undefined
4
4
  2026-02-05T04:33:31.674Z
5
5
  undefined
6
6
 
7
+ 2026-02-12T07:20:19.695Z
8
+ undefined
9
+
10
+ 2026-02-12T07:21:38.546Z
11
+ undefined
12
+
13
+ 2026-02-12T07:22:55.546Z
14
+ undefined
15
+
16
+ 2026-02-12T07:24:44.884Z
17
+ undefined
18
+
19
+ 2026-02-12T07:26:28.611Z
20
+ undefined
21
+
@@ -4,3 +4,18 @@ undefined
4
4
  2026-02-05T04:33:33.028Z
5
5
  undefined
6
6
 
7
+ 2026-02-12T07:20:21.098Z
8
+ undefined
9
+
10
+ 2026-02-12T07:21:39.970Z
11
+ undefined
12
+
13
+ 2026-02-12T07:22:57.014Z
14
+ undefined
15
+
16
+ 2026-02-12T07:24:46.361Z
17
+ undefined
18
+
19
+ 2026-02-12T07:26:30.009Z
20
+ undefined
21
+
@@ -4,3 +4,18 @@ undefined
4
4
  2026-02-05T04:33:34.385Z
5
5
  undefined
6
6
 
7
+ 2026-02-12T07:20:22.454Z
8
+ undefined
9
+
10
+ 2026-02-12T07:21:41.388Z
11
+ undefined
12
+
13
+ 2026-02-12T07:22:58.476Z
14
+ undefined
15
+
16
+ 2026-02-12T07:24:47.913Z
17
+ undefined
18
+
19
+ 2026-02-12T07:26:31.387Z
20
+ undefined
21
+
@@ -4,3 +4,18 @@ undefined
4
4
  2026-02-05T04:33:35.690Z
5
5
  undefined
6
6
 
7
+ 2026-02-12T07:20:23.789Z
8
+ undefined
9
+
10
+ 2026-02-12T07:21:42.791Z
11
+ undefined
12
+
13
+ 2026-02-12T07:22:59.867Z
14
+ undefined
15
+
16
+ 2026-02-12T07:24:49.513Z
17
+ undefined
18
+
19
+ 2026-02-12T07:26:32.796Z
20
+ undefined
21
+
@@ -4,3 +4,18 @@ undefined
4
4
  2026-02-05T04:33:37.013Z
5
5
  undefined
6
6
 
7
+ 2026-02-12T07:20:25.166Z
8
+ undefined
9
+
10
+ 2026-02-12T07:21:44.190Z
11
+ undefined
12
+
13
+ 2026-02-12T07:23:01.256Z
14
+ undefined
15
+
16
+ 2026-02-12T07:24:51.003Z
17
+ undefined
18
+
19
+ 2026-02-12T07:26:34.189Z
20
+ undefined
21
+
@@ -4,3 +4,18 @@ undefined
4
4
  2026-02-05T04:34:06.506Z
5
5
  undefined
6
6
 
7
+ 2026-02-12T07:20:55.443Z
8
+ undefined
9
+
10
+ 2026-02-12T07:22:14.929Z
11
+ undefined
12
+
13
+ 2026-02-12T07:23:31.811Z
14
+ undefined
15
+
16
+ 2026-02-12T07:25:24.222Z
17
+ undefined
18
+
19
+ 2026-02-12T07:27:04.839Z
20
+ undefined
21
+
@@ -4,3 +4,18 @@ undefined
4
4
  2026-02-05T04:34:07.891Z
5
5
  undefined
6
6
 
7
+ 2026-02-12T07:20:56.995Z
8
+ undefined
9
+
10
+ 2026-02-12T07:22:16.426Z
11
+ undefined
12
+
13
+ 2026-02-12T07:23:33.328Z
14
+ undefined
15
+
16
+ 2026-02-12T07:25:25.762Z
17
+ undefined
18
+
19
+ 2026-02-12T07:27:06.358Z
20
+ undefined
21
+
@@ -4,3 +4,18 @@ undefined
4
4
  2026-02-05T04:34:09.152Z
5
5
  undefined
6
6
 
7
+ 2026-02-12T07:20:58.369Z
8
+ undefined
9
+
10
+ 2026-02-12T07:22:17.816Z
11
+ undefined
12
+
13
+ 2026-02-12T07:23:34.768Z
14
+ undefined
15
+
16
+ 2026-02-12T07:25:27.171Z
17
+ undefined
18
+
19
+ 2026-02-12T07:27:07.772Z
20
+ undefined
21
+
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.3.0-alpha.4";
1194
+ const version = "6.3.0-alpha.5";
1195
1195
  const description = "";
1196
1196
  const main = "lib/index.js";
1197
1197
  const license = "Apache-2.0";
@@ -1218,7 +1218,7 @@ const keywords = ["dbml", "dbml-cli"];
1218
1218
  const dependencies = {
1219
1219
  "@babel/cli": "^7.21.0",
1220
1220
  "@dbml/connector": "^6.3.0-alpha.1",
1221
- "@dbml/core": "^6.3.0-alpha.4",
1221
+ "@dbml/core": "^6.3.0-alpha.5",
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 = "1805721f502f52707ea7641b28f4dfe37570c7ba";
1232
+ const gitHead = "a6f6eec49ffa2f32fa036fef65fad22e7c702527";
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.3.0-alpha.4",
4
+ "version": "6.3.0-alpha.5",
5
5
  "description": "",
6
6
  "main": "lib/index.js",
7
7
  "license": "Apache-2.0",
@@ -33,7 +33,7 @@
33
33
  "dependencies": {
34
34
  "@babel/cli": "^7.21.0",
35
35
  "@dbml/connector": "^6.3.0-alpha.1",
36
- "@dbml/core": "^6.3.0-alpha.4",
36
+ "@dbml/core": "^6.3.0-alpha.5",
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": "1805721f502f52707ea7641b28f4dfe37570c7ba",
47
+ "gitHead": "a6f6eec49ffa2f32fa036fef65fad22e7c702527",
48
48
  "engines": {
49
49
  "node": ">=18"
50
50
  }