@dbml/cli 8.0.0-alpha.9 → 8.0.0-prerelease.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/__tests__/db2dbml/mssql/dbml-error.log +110 -0
- package/__tests__/db2dbml/mysql/dbml-error.log +143 -0
- package/__tests__/db2dbml/oracle/dbml-error.log +154 -0
- package/__tests__/db2dbml/postgres/dbml-error.log +77 -0
- package/__tests__/dbml2sql/filename --mysql --out-file/out-files/schema.sql +1 -1
- package/__tests__/dbml2sql/filename --oracle --out-file/out-files/schema.sql +1 -1
- package/__tests__/dbml2sql/filename --out-file/out-files/schema.sql +1 -1
- package/__tests__/dbml2sql/filename --postgres --out-file/out-files/schema.sql +1 -1
- package/__tests__/dbml2sql/filenames --mysql --out-file/out-files/schema.sql +1 -1
- package/__tests__/dbml2sql/filenames --oracle --out-file/out-files/schema.sql +1 -1
- package/__tests__/dbml2sql/filenames --out-file/out-files/schema.sql +1 -1
- package/__tests__/dbml2sql/filenames --postgres --out-file/out-files/schema.sql +1 -1
- package/__tests__/dbml2sql/multifile aliased import stdout/dbml-error.log +0 -0
- package/__tests__/dbml2sql/multifile aliased import stdout/in-files/auth.dbml +4 -0
- package/__tests__/dbml2sql/multifile aliased import stdout/in-files/main.dbml +6 -0
- package/__tests__/dbml2sql/multifile aliased import stdout/options.json +3 -0
- package/__tests__/dbml2sql/multifile aliased import stdout/stdout.txt +12 -0
- package/__tests__/dbml2sql/multifile circular import stdout/dbml-error.log +0 -0
- package/__tests__/dbml2sql/multifile circular import stdout/in-files/a.dbml +6 -0
- package/__tests__/dbml2sql/multifile circular import stdout/in-files/b.dbml +6 -0
- package/__tests__/dbml2sql/multifile circular import stdout/options.json +3 -0
- package/__tests__/dbml2sql/multifile circular import stdout/stdout.txt +14 -0
- package/__tests__/dbml2sql/multifile error entry-syntax-error/dbml-error.log +97 -0
- package/__tests__/dbml2sql/multifile error entry-syntax-error/in-files/lib.dbml +4 -0
- package/__tests__/dbml2sql/multifile error entry-syntax-error/in-files/main.dbml +6 -0
- package/__tests__/dbml2sql/multifile error entry-syntax-error/options.json +3 -0
- package/__tests__/dbml2sql/multifile error entry-syntax-error/stdout.txt +5 -0
- package/__tests__/dbml2sql/multifile error import-not-found/dbml-error.log +7182 -0
- package/__tests__/dbml2sql/multifile error import-not-found/in-files/main.dbml +5 -0
- package/__tests__/dbml2sql/multifile error import-not-found/options.json +3 -0
- package/__tests__/dbml2sql/multifile error import-not-found/stdout.txt +4 -0
- package/__tests__/dbml2sql/multifile error imported-syntax-error/dbml-error.log +28 -0
- package/__tests__/dbml2sql/multifile error imported-syntax-error/in-files/broken.dbml +4 -0
- package/__tests__/dbml2sql/multifile error imported-syntax-error/in-files/main.dbml +6 -0
- package/__tests__/dbml2sql/multifile error imported-syntax-error/options.json +3 -0
- package/__tests__/dbml2sql/multifile error imported-syntax-error/stdout.txt +5 -0
- package/__tests__/dbml2sql/multifile error transitive-use-not-visible/dbml-error.log +28 -0
- package/__tests__/dbml2sql/multifile error transitive-use-not-visible/in-files/base.dbml +6 -0
- package/__tests__/dbml2sql/multifile error transitive-use-not-visible/in-files/main.dbml +3 -0
- package/__tests__/dbml2sql/multifile error transitive-use-not-visible/in-files/types.dbml +4 -0
- package/__tests__/dbml2sql/multifile error transitive-use-not-visible/options.json +3 -0
- package/__tests__/dbml2sql/multifile error transitive-use-not-visible/stdout.txt +4 -0
- package/__tests__/dbml2sql/multifile records pulling stdout/dbml-error.log +0 -0
- package/__tests__/dbml2sql/multifile records pulling stdout/in-files/base.dbml +9 -0
- package/__tests__/dbml2sql/multifile records pulling stdout/in-files/main.dbml +6 -0
- package/__tests__/dbml2sql/multifile records pulling stdout/options.json +3 -0
- package/__tests__/dbml2sql/multifile records pulling stdout/stdout.txt +23 -0
- package/__tests__/dbml2sql/multifile refs across files stdout/dbml-error.log +0 -0
- package/__tests__/dbml2sql/multifile refs across files stdout/in-files/main.dbml +2 -0
- package/__tests__/dbml2sql/multifile refs across files stdout/in-files/orders.dbml +8 -0
- package/__tests__/dbml2sql/multifile refs across files stdout/in-files/users.dbml +4 -0
- package/__tests__/dbml2sql/multifile refs across files stdout/options.json +3 -0
- package/__tests__/dbml2sql/multifile refs across files stdout/stdout.txt +12 -0
- package/__tests__/dbml2sql/multifile schema pulling stdout/dbml-error.log +0 -0
- package/__tests__/dbml2sql/multifile schema pulling stdout/in-files/auth.dbml +9 -0
- package/__tests__/dbml2sql/multifile schema pulling stdout/in-files/main.dbml +3 -0
- package/__tests__/dbml2sql/multifile schema pulling stdout/options.json +3 -0
- package/__tests__/dbml2sql/multifile schema pulling stdout/stdout.txt +14 -0
- package/__tests__/dbml2sql/multifile tablegroup pulling stdout/dbml-error.log +0 -0
- package/__tests__/dbml2sql/multifile tablegroup pulling stdout/in-files/base.dbml +14 -0
- package/__tests__/dbml2sql/multifile tablegroup pulling stdout/in-files/main.dbml +1 -0
- package/__tests__/dbml2sql/multifile tablegroup pulling stdout/options.json +3 -0
- package/__tests__/dbml2sql/multifile tablegroup pulling stdout/stdout.txt +12 -0
- package/__tests__/dbml2sql/multifile transitive reuse stdout/dbml-error.log +0 -0
- package/__tests__/dbml2sql/multifile transitive reuse stdout/in-files/base.dbml +6 -0
- package/__tests__/dbml2sql/multifile transitive reuse stdout/in-files/main.dbml +7 -0
- package/__tests__/dbml2sql/multifile transitive reuse stdout/in-files/types.dbml +4 -0
- package/__tests__/dbml2sql/multifile transitive reuse stdout/options.json +3 -0
- package/__tests__/dbml2sql/multifile transitive reuse stdout/stdout.txt +20 -0
- package/__tests__/dbml2sql/multiple_schema_mssql/out-files/multiple_schema.out.sql +1 -1
- package/__tests__/dbml2sql/multiple_schema_mysql/out-files/multiple_schema.out.sql +1 -1
- package/__tests__/dbml2sql/multiple_schema_oracle/out-files/multiple_schema.out.sql +1 -1
- package/__tests__/dbml2sql/multiple_schema_pg/out-files/multiple_schema.out.sql +1 -1
- package/__tests__/dbml2sql/single file stdout/dbml-error.log +0 -0
- package/__tests__/dbml2sql/single file stdout/in-files/schema.dbml +11 -0
- package/__tests__/dbml2sql/single file stdout/options.json +3 -0
- package/__tests__/dbml2sql/single file stdout/stdout.txt +14 -0
- package/__tests__/dbml2sql/syntax-error/dbml-error.log +116 -0
- package/__tests__/sql2dbml/custom-error-alter-table-column-not-found --oracle/dbml-error.log +44 -0
- package/__tests__/sql2dbml/custom-error-alter-table-table-not-found --oracle/dbml-error.log +44 -0
- package/__tests__/sql2dbml/custom-error-column-comment-column-not-found --oracle/dbml-error.log +44 -0
- package/__tests__/sql2dbml/custom-error-column-comment-table-not-found --oracle/dbml-error.log +44 -0
- package/__tests__/sql2dbml/custom-error-create-index-table-not-found --oracle/dbml-error.log +44 -0
- package/__tests__/sql2dbml/custom-error-table-comment-table-not-found --oracle/dbml-error.log +44 -0
- package/__tests__/sql2dbml/syntax-error/dbml-error.log +44 -0
- package/__tests__/sql2dbml/syntax-error-duplicate-endpoints --mssql/dbml-error.log +44 -0
- package/__tests__/sql2dbml/syntax-error-duplicate-endpoints --mysql/dbml-error.log +44 -0
- package/lib/index.js +44 -91
- package/package.json +5 -5
- package/src/NodeProjectLayout.ts +31 -89
- package/src/cli/connector.ts +5 -2
- package/src/cli/export.ts +19 -18
- package/src/cli/import.ts +7 -3
- package/src/helpers/logger.ts +4 -23
There are too many changes on this page to be displayed.
The amount of changes on this page would crash your brower.
You can still verify the content by downloading the package file manually.