@dbml/cli 3.9.2-alpha.0 → 3.9.3
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/.babelrc +0 -0
- package/LICENSE +0 -0
- package/README.md +0 -0
- package/__test__/cli.test.js +0 -0
- package/__test__/db2dbml/mssql/dbml-error.log +614 -0
- package/__test__/db2dbml/mssql/expect-out-files/schema.dbml +118 -118
- package/__test__/db2dbml/mssql/options.json +0 -0
- package/__test__/db2dbml/mssql/out-files/schema.dbml +203 -0
- package/__test__/db2dbml/mssql/schema.sql +0 -0
- package/__test__/db2dbml/mssql/stdout.txt +0 -0
- package/__test__/db2dbml/mysql/dbml-error.log +492 -0
- package/__test__/db2dbml/mysql/expect-out-files/schema.dbml +0 -0
- package/__test__/db2dbml/mysql/options.json +0 -0
- package/__test__/db2dbml/mysql/out-files/schema.dbml +180 -0
- package/__test__/db2dbml/mysql/schema.sql +0 -0
- package/__test__/db2dbml/mysql/stdout.txt +0 -0
- package/__test__/db2dbml/postgres/dbml-error.log +319 -0
- package/__test__/db2dbml/postgres/expect-out-files/schema.dbml +89 -89
- package/__test__/db2dbml/postgres/options.json +0 -0
- package/__test__/db2dbml/postgres/out-files/schema.dbml +180 -0
- package/__test__/db2dbml/postgres/schema.sql +0 -0
- package/__test__/db2dbml/postgres/stdout.txt +0 -0
- package/__test__/db2dbml_bin.js +0 -0
- package/__test__/dbml2sql/filename --mysql --out-file/dbml-error.log +0 -36
- package/__test__/dbml2sql/filename --mysql --out-file/expect-out-files/schema.sql +0 -0
- package/__test__/dbml2sql/filename --mysql --out-file/in-files/schema.dbml +0 -0
- package/__test__/dbml2sql/filename --mysql --out-file/options.json +0 -0
- package/__test__/dbml2sql/filename --mysql --out-file/out-files/schema.sql +1 -1
- package/__test__/dbml2sql/filename --mysql --out-file/stdout.txt +0 -0
- package/__test__/dbml2sql/filename --mysql stdout/dbml-error.log +0 -0
- package/__test__/dbml2sql/filename --mysql stdout/in-files/schema.dbml +0 -0
- package/__test__/dbml2sql/filename --mysql stdout/options.json +0 -0
- package/__test__/dbml2sql/filename --mysql stdout/stdout.txt +0 -0
- package/__test__/dbml2sql/filename --oracle --out-file/dbml-error.log +0 -0
- package/__test__/dbml2sql/filename --oracle --out-file/expect-out-files/schema.sql +0 -0
- package/__test__/dbml2sql/filename --oracle --out-file/in-files/schema.dbml +0 -0
- package/__test__/dbml2sql/filename --oracle --out-file/options.json +0 -0
- package/__test__/dbml2sql/filename --oracle --out-file/out-files/schema.sql +1 -1
- package/__test__/dbml2sql/filename --oracle --out-file/stdout.txt +0 -0
- package/__test__/dbml2sql/filename --oracle stdout/dbml-error.log +0 -0
- package/__test__/dbml2sql/filename --oracle stdout/in-files/schema.dbml +0 -0
- package/__test__/dbml2sql/filename --oracle stdout/options.json +0 -0
- package/__test__/dbml2sql/filename --oracle stdout/stdout.txt +0 -0
- package/__test__/dbml2sql/filename --out-file/dbml-error.log +0 -36
- package/__test__/dbml2sql/filename --out-file/expect-out-files/schema.sql +0 -0
- package/__test__/dbml2sql/filename --out-file/in-files/schema.dbml +0 -0
- package/__test__/dbml2sql/filename --out-file/options.json +0 -0
- package/__test__/dbml2sql/filename --out-file/out-files/schema.sql +1 -1
- package/__test__/dbml2sql/filename --out-file/stdout.txt +0 -0
- package/__test__/dbml2sql/filename --postgres --out-file/dbml-error.log +0 -24
- package/__test__/dbml2sql/filename --postgres --out-file/expect-out-files/schema.sql +0 -0
- package/__test__/dbml2sql/filename --postgres --out-file/in-files/schema.dbml +0 -0
- package/__test__/dbml2sql/filename --postgres --out-file/options.json +0 -0
- package/__test__/dbml2sql/filename --postgres --out-file/out-files/schema.sql +1 -1
- package/__test__/dbml2sql/filename --postgres --out-file/stdout.txt +0 -0
- package/__test__/dbml2sql/filename --postgres stdout/dbml-error.log +0 -0
- package/__test__/dbml2sql/filename --postgres stdout/in-files/schema.dbml +0 -0
- package/__test__/dbml2sql/filename --postgres stdout/options.json +0 -0
- package/__test__/dbml2sql/filename --postgres stdout/stdout.txt +0 -0
- package/__test__/dbml2sql/filename stdout/dbml-error.log +0 -0
- package/__test__/dbml2sql/filename stdout/in-files/schema.dbml +0 -0
- package/__test__/dbml2sql/filename stdout/options.json +0 -0
- package/__test__/dbml2sql/filename stdout/stdout.txt +0 -0
- package/__test__/dbml2sql/filenames --mysql --out-file/dbml-error.log +0 -24
- package/__test__/dbml2sql/filenames --mysql --out-file/expect-out-files/schema.sql +0 -0
- package/__test__/dbml2sql/filenames --mysql --out-file/in-files/business.dbml +0 -0
- package/__test__/dbml2sql/filenames --mysql --out-file/in-files/customer.dbml +0 -0
- package/__test__/dbml2sql/filenames --mysql --out-file/in-files/inventory.dbml +0 -0
- package/__test__/dbml2sql/filenames --mysql --out-file/options.json +0 -0
- package/__test__/dbml2sql/filenames --mysql --out-file/out-files/schema.sql +1 -1
- package/__test__/dbml2sql/filenames --mysql --out-file/stdout.txt +0 -0
- package/__test__/dbml2sql/filenames --mysql stdout/dbml-error.log +0 -0
- package/__test__/dbml2sql/filenames --mysql stdout/in-files/business.dbml +0 -0
- package/__test__/dbml2sql/filenames --mysql stdout/in-files/customer.dbml +0 -0
- package/__test__/dbml2sql/filenames --mysql stdout/in-files/inventory.dbml +0 -0
- package/__test__/dbml2sql/filenames --mysql stdout/options.json +0 -0
- package/__test__/dbml2sql/filenames --mysql stdout/stdout.txt +0 -0
- package/__test__/dbml2sql/filenames --oracle --out-file/dbml-error.log +0 -0
- package/__test__/dbml2sql/filenames --oracle --out-file/expect-out-files/schema.sql +0 -0
- package/__test__/dbml2sql/filenames --oracle --out-file/in-files/business.dbml +0 -0
- package/__test__/dbml2sql/filenames --oracle --out-file/in-files/customer.dbml +0 -0
- package/__test__/dbml2sql/filenames --oracle --out-file/in-files/inventory.dbml +0 -0
- package/__test__/dbml2sql/filenames --oracle --out-file/options.json +0 -0
- package/__test__/dbml2sql/filenames --oracle --out-file/out-files/schema.sql +1 -1
- package/__test__/dbml2sql/filenames --oracle --out-file/stdout.txt +0 -0
- package/__test__/dbml2sql/filenames --oracle stdout/dbml-error.log +0 -0
- package/__test__/dbml2sql/filenames --oracle stdout/in-files/business.dbml +0 -0
- package/__test__/dbml2sql/filenames --oracle stdout/in-files/customer.dbml +0 -0
- package/__test__/dbml2sql/filenames --oracle stdout/in-files/inventory.dbml +0 -0
- package/__test__/dbml2sql/filenames --oracle stdout/options.json +0 -0
- package/__test__/dbml2sql/filenames --oracle stdout/stdout.txt +0 -0
- package/__test__/dbml2sql/filenames --out-file/dbml-error.log +0 -24
- package/__test__/dbml2sql/filenames --out-file/expect-out-files/schema.sql +0 -0
- package/__test__/dbml2sql/filenames --out-file/in-files/business.dbml +0 -0
- package/__test__/dbml2sql/filenames --out-file/in-files/customer.dbml +0 -0
- package/__test__/dbml2sql/filenames --out-file/in-files/inventory.dbml +0 -0
- package/__test__/dbml2sql/filenames --out-file/options.json +0 -0
- package/__test__/dbml2sql/filenames --out-file/out-files/schema.sql +1 -1
- package/__test__/dbml2sql/filenames --out-file/stdout.txt +0 -0
- package/__test__/dbml2sql/filenames --postgres --out-file/dbml-error.log +0 -24
- package/__test__/dbml2sql/filenames --postgres --out-file/expect-out-files/schema.sql +0 -0
- package/__test__/dbml2sql/filenames --postgres --out-file/in-files/business.dbml +0 -0
- package/__test__/dbml2sql/filenames --postgres --out-file/in-files/customer.dbml +0 -0
- package/__test__/dbml2sql/filenames --postgres --out-file/in-files/inventory.dbml +0 -0
- package/__test__/dbml2sql/filenames --postgres --out-file/options.json +0 -0
- package/__test__/dbml2sql/filenames --postgres --out-file/out-files/schema.sql +1 -1
- package/__test__/dbml2sql/filenames --postgres --out-file/stdout.txt +0 -0
- package/__test__/dbml2sql/filenames --postgres stdout/dbml-error.log +0 -0
- package/__test__/dbml2sql/filenames --postgres stdout/in-files/business.dbml +0 -0
- package/__test__/dbml2sql/filenames --postgres stdout/in-files/customer.dbml +0 -0
- package/__test__/dbml2sql/filenames --postgres stdout/in-files/inventory.dbml +0 -0
- package/__test__/dbml2sql/filenames --postgres stdout/options.json +0 -0
- package/__test__/dbml2sql/filenames --postgres stdout/stdout.txt +0 -0
- package/__test__/dbml2sql/filenames stdout/dbml-error.log +0 -0
- package/__test__/dbml2sql/filenames stdout/in-files/business.dbml +0 -0
- package/__test__/dbml2sql/filenames stdout/in-files/customer.dbml +0 -0
- package/__test__/dbml2sql/filenames stdout/in-files/inventory.dbml +0 -0
- package/__test__/dbml2sql/filenames stdout/options.json +0 -0
- package/__test__/dbml2sql/filenames stdout/stdout.txt +0 -0
- package/__test__/dbml2sql/multiple_schema_mssql/dbml-error.log +0 -24
- package/__test__/dbml2sql/multiple_schema_mssql/expect-out-files/multiple_schema.out.sql +0 -0
- package/__test__/dbml2sql/multiple_schema_mssql/in-files/multiple_schema.in.dbml +0 -0
- package/__test__/dbml2sql/multiple_schema_mssql/options.json +0 -0
- package/__test__/dbml2sql/multiple_schema_mssql/out-files/multiple_schema.out.sql +1 -1
- package/__test__/dbml2sql/multiple_schema_mssql/stdout.txt +0 -0
- package/__test__/dbml2sql/multiple_schema_mysql/dbml-error.log +0 -24
- package/__test__/dbml2sql/multiple_schema_mysql/expect-out-files/multiple_schema.out.sql +0 -0
- package/__test__/dbml2sql/multiple_schema_mysql/in-files/multiple_schema.in.dbml +0 -0
- package/__test__/dbml2sql/multiple_schema_mysql/options.json +0 -0
- package/__test__/dbml2sql/multiple_schema_mysql/out-files/multiple_schema.out.sql +1 -1
- package/__test__/dbml2sql/multiple_schema_mysql/stdout.txt +0 -0
- package/__test__/dbml2sql/multiple_schema_oracle/dbml-error.log +0 -0
- package/__test__/dbml2sql/multiple_schema_oracle/expect-out-files/multiple_schema.out.sql +0 -0
- package/__test__/dbml2sql/multiple_schema_oracle/in-files/multiple_schema.in.dbml +0 -0
- package/__test__/dbml2sql/multiple_schema_oracle/options.json +0 -0
- package/__test__/dbml2sql/multiple_schema_oracle/out-files/multiple_schema.out.sql +1 -1
- package/__test__/dbml2sql/multiple_schema_oracle/stdout.txt +0 -0
- package/__test__/dbml2sql/multiple_schema_pg/dbml-error.log +0 -24
- package/__test__/dbml2sql/multiple_schema_pg/expect-out-files/multiple_schema.out.sql +0 -0
- package/__test__/dbml2sql/multiple_schema_pg/in-files/multiple_schema.in.dbml +0 -0
- package/__test__/dbml2sql/multiple_schema_pg/options.json +0 -0
- package/__test__/dbml2sql/multiple_schema_pg/out-files/multiple_schema.out.sql +1 -1
- package/__test__/dbml2sql/multiple_schema_pg/stdout.txt +0 -0
- package/__test__/dbml2sql/syntax-error/dbml-error.log +12 -2103
- package/__test__/dbml2sql/syntax-error/in-files/ecommerce.dbml +0 -0
- package/__test__/dbml2sql/syntax-error/options.json +0 -0
- package/__test__/dbml2sql/syntax-error/stdout.txt +0 -0
- package/__test__/dbml2sql_bin.js +0 -0
- package/__test__/sql2dbml/filename --mssql --out-file/dbml-error.log +0 -51
- package/__test__/sql2dbml/filename --mssql --out-file/expect-out-files/schema.dbml +0 -0
- package/__test__/sql2dbml/filename --mssql --out-file/in-files/schema.sql +0 -0
- package/__test__/sql2dbml/filename --mssql --out-file/options.json +0 -0
- package/__test__/sql2dbml/filename --mssql --out-file/out-files/schema.dbml +0 -0
- package/__test__/sql2dbml/filename --mssql --out-file/stdout.txt +0 -0
- package/__test__/sql2dbml/filename --mysql --out-file/dbml-error.log +0 -24
- package/__test__/sql2dbml/filename --mysql --out-file/expect-out-files/schema.dbml +0 -0
- package/__test__/sql2dbml/filename --mysql --out-file/in-files/schema.sql +0 -0
- package/__test__/sql2dbml/filename --mysql --out-file/options.json +0 -0
- package/__test__/sql2dbml/filename --mysql --out-file/out-files/schema.dbml +0 -0
- package/__test__/sql2dbml/filename --mysql --out-file/stdout.txt +0 -0
- package/__test__/sql2dbml/filename --mysql stdout/dbml-error.log +0 -0
- package/__test__/sql2dbml/filename --mysql stdout/in-files/schema.sql +0 -0
- package/__test__/sql2dbml/filename --mysql stdout/options.json +0 -0
- package/__test__/sql2dbml/filename --mysql stdout/stdout.txt +0 -0
- package/__test__/sql2dbml/filename --out-file/dbml-error.log +0 -24
- package/__test__/sql2dbml/filename --out-file/expect-out-files/schema.dbml +0 -0
- package/__test__/sql2dbml/filename --out-file/in-files/schema.sql +0 -0
- package/__test__/sql2dbml/filename --out-file/options.json +0 -0
- package/__test__/sql2dbml/filename --out-file/out-files/schema.dbml +0 -0
- package/__test__/sql2dbml/filename --out-file/stdout.txt +0 -0
- package/__test__/sql2dbml/filename --postgres --out-file/dbml-error.log +0 -24
- package/__test__/sql2dbml/filename --postgres --out-file/expect-out-files/schema.dbml +0 -0
- package/__test__/sql2dbml/filename --postgres --out-file/in-files/schema.sql +0 -0
- package/__test__/sql2dbml/filename --postgres --out-file/options.json +0 -0
- package/__test__/sql2dbml/filename --postgres --out-file/out-files/schema.dbml +0 -0
- package/__test__/sql2dbml/filename --postgres --out-file/stdout.txt +0 -0
- package/__test__/sql2dbml/filename --postgres stdout/dbml-error.log +0 -0
- package/__test__/sql2dbml/filename --postgres stdout/in-files/schema.sql +0 -0
- package/__test__/sql2dbml/filename --postgres stdout/options.json +0 -0
- package/__test__/sql2dbml/filename --postgres stdout/stdout.txt +0 -0
- package/__test__/sql2dbml/filename --snowflake stdout/dbml-error.log +0 -54
- package/__test__/sql2dbml/filename --snowflake stdout/in-files/schema.sql +0 -0
- package/__test__/sql2dbml/filename --snowflake stdout/options.json +0 -0
- package/__test__/sql2dbml/filename --snowflake stdout/stdout.txt +0 -0
- package/__test__/sql2dbml/filename stdout/dbml-error.log +0 -0
- package/__test__/sql2dbml/filename stdout/in-files/schema.sql +0 -0
- package/__test__/sql2dbml/filename stdout/options.json +0 -0
- package/__test__/sql2dbml/filename stdout/stdout.txt +0 -0
- package/__test__/sql2dbml/filenames --mysql --out-file/dbml-error.log +0 -24
- package/__test__/sql2dbml/filenames --mysql --out-file/expect-out-files/schema.dbml +0 -0
- package/__test__/sql2dbml/filenames --mysql --out-file/in-files/business.sql +0 -0
- package/__test__/sql2dbml/filenames --mysql --out-file/in-files/customer.sql +0 -0
- package/__test__/sql2dbml/filenames --mysql --out-file/in-files/inventory.sql +0 -0
- package/__test__/sql2dbml/filenames --mysql --out-file/options.json +0 -0
- package/__test__/sql2dbml/filenames --mysql --out-file/out-files/schema.dbml +0 -0
- package/__test__/sql2dbml/filenames --mysql --out-file/stdout.txt +0 -0
- package/__test__/sql2dbml/filenames --mysql stdout/dbml-error.log +0 -0
- package/__test__/sql2dbml/filenames --mysql stdout/in-files/business.sql +0 -0
- package/__test__/sql2dbml/filenames --mysql stdout/in-files/customer.sql +0 -0
- package/__test__/sql2dbml/filenames --mysql stdout/in-files/inventory.sql +0 -0
- package/__test__/sql2dbml/filenames --mysql stdout/options.json +0 -0
- package/__test__/sql2dbml/filenames --mysql stdout/stdout.txt +0 -0
- package/__test__/sql2dbml/filenames --out-file/dbml-error.log +0 -24
- package/__test__/sql2dbml/filenames --out-file/expect-out-files/schema.dbml +0 -0
- package/__test__/sql2dbml/filenames --out-file/in-files/business.sql +0 -0
- package/__test__/sql2dbml/filenames --out-file/in-files/customer.sql +0 -0
- package/__test__/sql2dbml/filenames --out-file/in-files/inventory.sql +0 -0
- package/__test__/sql2dbml/filenames --out-file/options.json +0 -0
- package/__test__/sql2dbml/filenames --out-file/out-files/schema.dbml +0 -0
- package/__test__/sql2dbml/filenames --out-file/stdout.txt +0 -0
- package/__test__/sql2dbml/filenames --postgres --out-file/dbml-error.log +0 -24
- package/__test__/sql2dbml/filenames --postgres --out-file/expect-out-files/schema.dbml +0 -0
- package/__test__/sql2dbml/filenames --postgres --out-file/in-files/business.sql +0 -0
- package/__test__/sql2dbml/filenames --postgres --out-file/in-files/customer.sql +0 -0
- package/__test__/sql2dbml/filenames --postgres --out-file/in-files/inventory.sql +0 -0
- package/__test__/sql2dbml/filenames --postgres --out-file/options.json +0 -0
- package/__test__/sql2dbml/filenames --postgres --out-file/out-files/schema.dbml +0 -0
- package/__test__/sql2dbml/filenames --postgres --out-file/stdout.txt +0 -0
- package/__test__/sql2dbml/filenames --postgres stdout/dbml-error.log +0 -0
- package/__test__/sql2dbml/filenames --postgres stdout/in-files/business.sql +0 -0
- package/__test__/sql2dbml/filenames --postgres stdout/in-files/customer.sql +0 -0
- package/__test__/sql2dbml/filenames --postgres stdout/in-files/inventory.sql +0 -0
- package/__test__/sql2dbml/filenames --postgres stdout/options.json +0 -0
- package/__test__/sql2dbml/filenames --postgres stdout/stdout.txt +0 -0
- package/__test__/sql2dbml/filenames stdout/dbml-error.log +0 -0
- package/__test__/sql2dbml/filenames stdout/in-files/business.sql +0 -0
- package/__test__/sql2dbml/filenames stdout/in-files/customer.sql +0 -0
- package/__test__/sql2dbml/filenames stdout/in-files/inventory.sql +0 -0
- package/__test__/sql2dbml/filenames stdout/options.json +0 -0
- package/__test__/sql2dbml/filenames stdout/stdout.txt +0 -0
- package/__test__/sql2dbml/multiple_schema_mssql/dbml-error.log +0 -121
- package/__test__/sql2dbml/multiple_schema_mssql/expect-out-files/multiple_schema.out.dbml +0 -0
- package/__test__/sql2dbml/multiple_schema_mssql/in-files/multiple_schema.in.sql +0 -0
- package/__test__/sql2dbml/multiple_schema_mssql/options.json +0 -0
- package/__test__/sql2dbml/multiple_schema_mssql/out-files/multiple_schema.out.dbml +0 -0
- package/__test__/sql2dbml/multiple_schema_mssql/stdout.txt +0 -0
- package/__test__/sql2dbml/multiple_schema_mysql/dbml-error.log +0 -104
- package/__test__/sql2dbml/multiple_schema_mysql/expect-out-files/multiple_schema.out.dbml +0 -0
- package/__test__/sql2dbml/multiple_schema_mysql/in-files/multiple_schema.in.sql +0 -0
- package/__test__/sql2dbml/multiple_schema_mysql/options.json +0 -0
- package/__test__/sql2dbml/multiple_schema_mysql/out-files/multiple_schema.out.dbml +0 -0
- package/__test__/sql2dbml/multiple_schema_mysql/stdout.txt +0 -0
- package/__test__/sql2dbml/multiple_schema_pg/dbml-error.log +0 -131
- package/__test__/sql2dbml/multiple_schema_pg/expect-out-files/multiple_schema.out.dbml +0 -0
- package/__test__/sql2dbml/multiple_schema_pg/in-files/multiple_schema.in.sql +0 -0
- package/__test__/sql2dbml/multiple_schema_pg/options.json +0 -0
- package/__test__/sql2dbml/multiple_schema_pg/out-files/multiple_schema.out.dbml +0 -0
- package/__test__/sql2dbml/multiple_schema_pg/stdout.txt +0 -0
- package/__test__/sql2dbml/syntax-error/dbml-error.log +12 -2076
- package/__test__/sql2dbml/syntax-error/in-files/business.sql +0 -0
- package/__test__/sql2dbml/syntax-error/options.json +0 -0
- package/__test__/sql2dbml/syntax-error/stdout.txt +0 -0
- package/__test__/sql2dbml/syntax-error-duplicate-endpoints --mssql/dbml-error.log +16 -28
- package/__test__/sql2dbml/syntax-error-duplicate-endpoints --mssql/in-files/schema.sql +0 -0
- package/__test__/sql2dbml/syntax-error-duplicate-endpoints --mssql/options.json +0 -0
- package/__test__/sql2dbml/syntax-error-duplicate-endpoints --mssql/stdout.txt +0 -0
- package/__test__/sql2dbml/syntax-error-duplicate-endpoints --mysql/dbml-error.log +14 -29
- package/__test__/sql2dbml/syntax-error-duplicate-endpoints --mysql/in-files/schema.sql +0 -0
- package/__test__/sql2dbml/syntax-error-duplicate-endpoints --mysql/options.json +0 -0
- package/__test__/sql2dbml/syntax-error-duplicate-endpoints --mysql/stdout.txt +0 -0
- package/__test__/sql2dbml_bin.js +0 -0
- package/dbml-error.log +199 -328
- package/jestHelpers.js +0 -0
- package/lib/cli/config.js +0 -0
- package/lib/cli/connector.js +0 -0
- package/lib/cli/export.js +0 -0
- package/lib/cli/import.js +0 -0
- package/lib/cli/index.js +0 -0
- package/lib/cli/outputPlugins/outputConsolePlugin.js +0 -0
- package/lib/cli/outputPlugins/outputFilePlugin.js +0 -0
- package/lib/cli/utils.js +0 -0
- package/lib/cli/validatePlugins/validatePlugins.js +0 -0
- package/lib/errors/domainError.js +0 -0
- package/lib/errors/index.js +0 -0
- package/lib/errors/syntaxError.js +0 -0
- package/lib/helpers/logger.js +0 -0
- package/lib/index.js +0 -0
- package/package.json +4 -4
- package/snowflake.log +4 -0
- package/src/cli/config.js +0 -0
- package/src/cli/connector.js +0 -0
- package/src/cli/export.js +0 -0
- package/src/cli/import.js +0 -0
- package/src/cli/index.js +0 -0
- package/src/cli/outputPlugins/outputConsolePlugin.js +0 -0
- package/src/cli/outputPlugins/outputFilePlugin.js +0 -0
- package/src/cli/utils.js +0 -0
- package/src/cli/validatePlugins/validatePlugins.js +0 -0
- package/src/errors/domainError.js +0 -0
- package/src/errors/index.js +0 -0
- package/src/errors/syntaxError.js +0 -0
- package/src/helpers/logger.js +0 -0
- package/src/index.js +0 -0
|
@@ -34,63 +34,39 @@ Enum "gender_type" {
|
|
|
34
34
|
"Other"
|
|
35
35
|
}
|
|
36
36
|
|
|
37
|
-
Table "
|
|
38
|
-
"
|
|
39
|
-
"
|
|
40
|
-
"
|
|
41
|
-
"
|
|
42
|
-
"
|
|
43
|
-
"
|
|
44
|
-
"
|
|
45
|
-
"
|
|
46
|
-
"
|
|
47
|
-
"
|
|
48
|
-
"
|
|
49
|
-
"timestamp_minus_15_minutes" timestamp [default: `(CURRENT_TIMESTAMP - '00:15:00'::interval)`]
|
|
50
|
-
}
|
|
51
|
-
|
|
52
|
-
Table "all_string_types" {
|
|
53
|
-
"text_col" text [default: 'default_text']
|
|
54
|
-
"varchar_col" varchar(100) [default: 'default_varchar']
|
|
55
|
-
"char_col" bpchar(10) [default: 'default_char']
|
|
56
|
-
"character_varying_col" varchar(50) [default: 'default_character_varying']
|
|
57
|
-
"character_col" bpchar(5) [default: 'default_character']
|
|
58
|
-
"name_col" name [default: 'default_name']
|
|
59
|
-
"bpchar_col" bpchar(15) [default: 'default_bpchar']
|
|
60
|
-
"text_array_col" "text[]" [default: `ARRAY['default_text1', 'default_text2']`]
|
|
61
|
-
"json_col" json [default: `{"default_key": "default_value"}`]
|
|
62
|
-
"jsonb_col" jsonb [default: `{"default_key": "default_value"}`]
|
|
63
|
-
}
|
|
64
|
-
|
|
65
|
-
Table "authors" {
|
|
66
|
-
"authorid" int4 [not null, increment]
|
|
67
|
-
"nationalityid" int4 [not null]
|
|
68
|
-
"authorname" varchar(100)
|
|
69
|
-
"birthyear" int4
|
|
37
|
+
Table "users" {
|
|
38
|
+
"user_id" int4 [pk, not null, increment]
|
|
39
|
+
"username" varchar(50) [unique, not null]
|
|
40
|
+
"email" varchar(100) [unique, not null]
|
|
41
|
+
"password_hash" varchar(255) [not null]
|
|
42
|
+
"first_name" varchar(50)
|
|
43
|
+
"last_name" varchar(50)
|
|
44
|
+
"full_name" varchar(100)
|
|
45
|
+
"date_of_birth" date
|
|
46
|
+
"created_at" timestamptz [default: `CURRENT_TIMESTAMP`]
|
|
47
|
+
"last_login" timestamptz
|
|
48
|
+
"is_active" bool [default: true]
|
|
70
49
|
|
|
71
50
|
Indexes {
|
|
72
|
-
|
|
51
|
+
full_name [type: btree, name: "User Name"]
|
|
52
|
+
email [type: btree, name: "idx_users_email"]
|
|
53
|
+
(is_active, `lower((full_name)::text)`) [type: btree, name: "users_is_active_lower_idx"]
|
|
73
54
|
}
|
|
74
55
|
}
|
|
75
56
|
|
|
76
|
-
Table "
|
|
77
|
-
"
|
|
78
|
-
"
|
|
79
|
-
"
|
|
80
|
-
"
|
|
81
|
-
"
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
"
|
|
86
|
-
"order_id" int4 [not null]
|
|
87
|
-
"product_id" int4 [not null]
|
|
88
|
-
"quantity" int4 [not null]
|
|
89
|
-
"unit_price" numeric(10,2) [not null]
|
|
57
|
+
Table "products" {
|
|
58
|
+
"product_id" int4 [pk, not null, increment]
|
|
59
|
+
"name" varchar(100) [not null]
|
|
60
|
+
"description" text
|
|
61
|
+
"price" numeric(10,2) [not null]
|
|
62
|
+
"stock_quantity" int4 [not null, default: 0]
|
|
63
|
+
"category" varchar(50)
|
|
64
|
+
"created_at" timestamptz [default: `CURRENT_TIMESTAMP`]
|
|
65
|
+
"updated_at" timestamptz [default: `CURRENT_TIMESTAMP`]
|
|
66
|
+
"is_available" bool [default: true]
|
|
90
67
|
|
|
91
68
|
Indexes {
|
|
92
|
-
|
|
93
|
-
(order_id, product_id) [type: btree, name: "idx_order_items_order_product"]
|
|
69
|
+
category [type: btree, name: "idx_products_category"]
|
|
94
70
|
}
|
|
95
71
|
}
|
|
96
72
|
|
|
@@ -108,38 +84,45 @@ Table "orders" {
|
|
|
108
84
|
}
|
|
109
85
|
}
|
|
110
86
|
|
|
111
|
-
Table "
|
|
112
|
-
"
|
|
113
|
-
"
|
|
114
|
-
"
|
|
115
|
-
"
|
|
116
|
-
"
|
|
117
|
-
"category" varchar(50)
|
|
118
|
-
"created_at" timestamptz [default: `CURRENT_TIMESTAMP`]
|
|
119
|
-
"updated_at" timestamptz [default: `CURRENT_TIMESTAMP`]
|
|
120
|
-
"is_available" bool [default: true]
|
|
87
|
+
Table "order_items" {
|
|
88
|
+
"order_item_id" int4 [pk, not null, increment]
|
|
89
|
+
"order_id" int4 [not null]
|
|
90
|
+
"product_id" int4 [not null]
|
|
91
|
+
"quantity" int4 [not null]
|
|
92
|
+
"unit_price" numeric(10,2) [not null]
|
|
121
93
|
|
|
122
94
|
Indexes {
|
|
123
|
-
|
|
95
|
+
(order_id, product_id) [type: btree, name: "uq_order_product"]
|
|
96
|
+
(order_id, product_id) [type: btree, name: "idx_order_items_order_product"]
|
|
124
97
|
}
|
|
125
98
|
}
|
|
126
99
|
|
|
127
|
-
Table "
|
|
128
|
-
"
|
|
129
|
-
"
|
|
100
|
+
Table "all_string_types" {
|
|
101
|
+
"text_col" text [default: 'default_text']
|
|
102
|
+
"varchar_col" varchar(100) [default: 'default_varchar']
|
|
103
|
+
"char_col" bpchar(10) [default: 'default_char']
|
|
104
|
+
"character_varying_col" varchar(50) [default: 'default_character_varying']
|
|
105
|
+
"character_col" bpchar(5) [default: 'default_character']
|
|
106
|
+
"name_col" name [default: 'default_name']
|
|
107
|
+
"bpchar_col" bpchar(15) [default: 'default_bpchar']
|
|
108
|
+
"text_array_col" "text[]" [default: `ARRAY['default_text1', 'default_text2']`]
|
|
109
|
+
"json_col" json [default: `{"default_key": "default_value"}`]
|
|
110
|
+
"jsonb_col" jsonb [default: `{"default_key": "default_value"}`]
|
|
130
111
|
}
|
|
131
112
|
|
|
132
|
-
Table "
|
|
113
|
+
Table "all_default_values" {
|
|
133
114
|
"id" int4 [pk, not null, increment]
|
|
134
|
-
"
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
"
|
|
139
|
-
"
|
|
140
|
-
"
|
|
141
|
-
"
|
|
142
|
-
|
|
115
|
+
"boolean_col" bool [default: true]
|
|
116
|
+
"integer_col" int4 [default: 42]
|
|
117
|
+
"numeric_col" numeric(10,2) [default: 99.99]
|
|
118
|
+
"date_col" date [default: `CURRENT_DATE`]
|
|
119
|
+
"date_col_specific" date [default: '2024-01-01']
|
|
120
|
+
"timestamp_col" timestamp [default: `CURRENT_TIMESTAMP`]
|
|
121
|
+
"timestamp_col_specific" timestamp [default: '2024-01-01 12:00:00']
|
|
122
|
+
"date_plus_7_days" date [default: `(CURRENT_DATE + '7 days'::interval)`]
|
|
123
|
+
"date_minus_30_days" date [default: `(CURRENT_DATE - '30 days'::interval)`]
|
|
124
|
+
"timestamp_plus_1_hour" timestamp [default: `(CURRENT_TIMESTAMP + '01:00:00'::interval)`]
|
|
125
|
+
"timestamp_minus_15_minutes" timestamp [default: `(CURRENT_TIMESTAMP - '00:15:00'::interval)`]
|
|
143
126
|
}
|
|
144
127
|
|
|
145
128
|
Table "user_define_data_types" {
|
|
@@ -151,26 +134,43 @@ Table "user_define_data_types" {
|
|
|
151
134
|
"weight" float8
|
|
152
135
|
}
|
|
153
136
|
|
|
154
|
-
Table "
|
|
155
|
-
"
|
|
156
|
-
"
|
|
157
|
-
"
|
|
158
|
-
"
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
"
|
|
164
|
-
"
|
|
165
|
-
"
|
|
137
|
+
Table "table_with_comments" {
|
|
138
|
+
"id" int4 [pk, not null, increment, note: 'Unique identifier for each item.']
|
|
139
|
+
"name" varchar(100) [note: '''Item\'s name.''']
|
|
140
|
+
"description" text [note: '''Item\'s description''']
|
|
141
|
+
"created_at" timestamptz [default: `CURRENT_TIMESTAMP`, note: 'Timestamp when the item was created.']
|
|
142
|
+
Note: '''This table stores information about various items. Such as: \'id\', \'name\', \'description\''''
|
|
143
|
+
}
|
|
144
|
+
|
|
145
|
+
Table "authors" {
|
|
146
|
+
"authorid" int4 [not null, increment]
|
|
147
|
+
"nationalityid" int4 [not null]
|
|
148
|
+
"authorname" varchar(100)
|
|
149
|
+
"birthyear" int4
|
|
166
150
|
|
|
167
151
|
Indexes {
|
|
168
|
-
|
|
169
|
-
email [type: btree, name: "idx_users_email"]
|
|
170
|
-
(is_active, `lower((full_name)::text)`) [type: btree, name: "users_is_active_lower_idx"]
|
|
152
|
+
(authorid, nationalityid) [type: btree, name: "authors_pkey"]
|
|
171
153
|
}
|
|
172
154
|
}
|
|
173
155
|
|
|
156
|
+
Table "books" {
|
|
157
|
+
"bookid" int4 [pk, not null, increment]
|
|
158
|
+
"authorid" int4
|
|
159
|
+
"nationalityid" int4
|
|
160
|
+
"isbn" varchar(20) [unique]
|
|
161
|
+
"title" varchar(200)
|
|
162
|
+
}
|
|
163
|
+
|
|
164
|
+
Table "table1" {
|
|
165
|
+
"id" int4 [pk, not null, increment]
|
|
166
|
+
"status" enum_type1
|
|
167
|
+
}
|
|
168
|
+
|
|
169
|
+
Table "table2" {
|
|
170
|
+
"id" int4 [pk, not null, increment]
|
|
171
|
+
"status" enum_type2
|
|
172
|
+
}
|
|
173
|
+
|
|
174
174
|
Ref "fk_authornationality":"authors".("authorid", "nationalityid") < "books".("authorid", "nationalityid") [delete: cascade]
|
|
175
175
|
|
|
176
176
|
Ref "fk_order":"orders"."order_id" < "order_items"."order_id" [delete: cascade]
|
|
File without changes
|
|
@@ -0,0 +1,180 @@
|
|
|
1
|
+
Enum "dbml_test"."enum_type1" {
|
|
2
|
+
"value1"
|
|
3
|
+
"value2"
|
|
4
|
+
}
|
|
5
|
+
|
|
6
|
+
Enum "dbml_test"."enum_type3" {
|
|
7
|
+
"value4"
|
|
8
|
+
"value5"
|
|
9
|
+
}
|
|
10
|
+
|
|
11
|
+
Table "dbml_test"."table1" {
|
|
12
|
+
"id" int4 [pk, not null, increment]
|
|
13
|
+
"status" dbml_test.enum_type1
|
|
14
|
+
}
|
|
15
|
+
|
|
16
|
+
Table "dbml_test"."table3" {
|
|
17
|
+
"id" int4 [pk, not null, increment]
|
|
18
|
+
"status" dbml_test.enum_type3
|
|
19
|
+
}
|
|
20
|
+
|
|
21
|
+
Enum "enum_type1" {
|
|
22
|
+
"value1"
|
|
23
|
+
"value2"
|
|
24
|
+
}
|
|
25
|
+
|
|
26
|
+
Enum "enum_type2" {
|
|
27
|
+
"value1"
|
|
28
|
+
"value3"
|
|
29
|
+
}
|
|
30
|
+
|
|
31
|
+
Enum "gender_type" {
|
|
32
|
+
"Male"
|
|
33
|
+
"Female"
|
|
34
|
+
"Other"
|
|
35
|
+
}
|
|
36
|
+
|
|
37
|
+
Table "users" {
|
|
38
|
+
"user_id" int4 [pk, not null, increment]
|
|
39
|
+
"username" varchar(50) [unique, not null]
|
|
40
|
+
"email" varchar(100) [unique, not null]
|
|
41
|
+
"password_hash" varchar(255) [not null]
|
|
42
|
+
"first_name" varchar(50)
|
|
43
|
+
"last_name" varchar(50)
|
|
44
|
+
"full_name" varchar(100)
|
|
45
|
+
"date_of_birth" date
|
|
46
|
+
"created_at" timestamptz [default: `CURRENT_TIMESTAMP`]
|
|
47
|
+
"last_login" timestamptz
|
|
48
|
+
"is_active" bool [default: true]
|
|
49
|
+
|
|
50
|
+
Indexes {
|
|
51
|
+
full_name [type: btree, name: "User Name"]
|
|
52
|
+
email [type: btree, name: "idx_users_email"]
|
|
53
|
+
(is_active, `lower((full_name)::text)`) [type: btree, name: "users_is_active_lower_idx"]
|
|
54
|
+
}
|
|
55
|
+
}
|
|
56
|
+
|
|
57
|
+
Table "products" {
|
|
58
|
+
"product_id" int4 [pk, not null, increment]
|
|
59
|
+
"name" varchar(100) [not null]
|
|
60
|
+
"description" text
|
|
61
|
+
"price" numeric(10,2) [not null]
|
|
62
|
+
"stock_quantity" int4 [not null, default: 0]
|
|
63
|
+
"category" varchar(50)
|
|
64
|
+
"created_at" timestamptz [default: `CURRENT_TIMESTAMP`]
|
|
65
|
+
"updated_at" timestamptz [default: `CURRENT_TIMESTAMP`]
|
|
66
|
+
"is_available" bool [default: true]
|
|
67
|
+
|
|
68
|
+
Indexes {
|
|
69
|
+
category [type: btree, name: "idx_products_category"]
|
|
70
|
+
}
|
|
71
|
+
}
|
|
72
|
+
|
|
73
|
+
Table "orders" {
|
|
74
|
+
"order_id" int4 [pk, not null, increment]
|
|
75
|
+
"user_id" int4 [not null]
|
|
76
|
+
"order_date" timestamptz [default: `CURRENT_TIMESTAMP`]
|
|
77
|
+
"total_amount" numeric(12,2) [not null]
|
|
78
|
+
"status" varchar(20) [default: 'pending']
|
|
79
|
+
"shipping_address" text [not null]
|
|
80
|
+
"billing_address" text [not null]
|
|
81
|
+
|
|
82
|
+
Indexes {
|
|
83
|
+
(user_id, order_date) [type: btree, name: "idx_orders_user_date"]
|
|
84
|
+
}
|
|
85
|
+
}
|
|
86
|
+
|
|
87
|
+
Table "order_items" {
|
|
88
|
+
"order_item_id" int4 [pk, not null, increment]
|
|
89
|
+
"order_id" int4 [not null]
|
|
90
|
+
"product_id" int4 [not null]
|
|
91
|
+
"quantity" int4 [not null]
|
|
92
|
+
"unit_price" numeric(10,2) [not null]
|
|
93
|
+
|
|
94
|
+
Indexes {
|
|
95
|
+
(order_id, product_id) [type: btree, name: "uq_order_product"]
|
|
96
|
+
(order_id, product_id) [type: btree, name: "idx_order_items_order_product"]
|
|
97
|
+
}
|
|
98
|
+
}
|
|
99
|
+
|
|
100
|
+
Table "all_string_types" {
|
|
101
|
+
"text_col" text [default: 'default_text']
|
|
102
|
+
"varchar_col" varchar(100) [default: 'default_varchar']
|
|
103
|
+
"char_col" bpchar(10) [default: 'default_char']
|
|
104
|
+
"character_varying_col" varchar(50) [default: 'default_character_varying']
|
|
105
|
+
"character_col" bpchar(5) [default: 'default_character']
|
|
106
|
+
"name_col" name [default: 'default_name']
|
|
107
|
+
"bpchar_col" bpchar(15) [default: 'default_bpchar']
|
|
108
|
+
"text_array_col" "text[]" [default: `ARRAY['default_text1', 'default_text2']`]
|
|
109
|
+
"json_col" json [default: `{"default_key": "default_value"}`]
|
|
110
|
+
"jsonb_col" jsonb [default: `{"default_key": "default_value"}`]
|
|
111
|
+
}
|
|
112
|
+
|
|
113
|
+
Table "all_default_values" {
|
|
114
|
+
"id" int4 [pk, not null, increment]
|
|
115
|
+
"boolean_col" bool [default: true]
|
|
116
|
+
"integer_col" int4 [default: 42]
|
|
117
|
+
"numeric_col" numeric(10,2) [default: 99.99]
|
|
118
|
+
"date_col" date [default: `CURRENT_DATE`]
|
|
119
|
+
"date_col_specific" date [default: '2024-01-01']
|
|
120
|
+
"timestamp_col" timestamp [default: `CURRENT_TIMESTAMP`]
|
|
121
|
+
"timestamp_col_specific" timestamp [default: '2024-01-01 12:00:00']
|
|
122
|
+
"date_plus_7_days" date [default: `(CURRENT_DATE + '7 days'::interval)`]
|
|
123
|
+
"date_minus_30_days" date [default: `(CURRENT_DATE - '30 days'::interval)`]
|
|
124
|
+
"timestamp_plus_1_hour" timestamp [default: `(CURRENT_TIMESTAMP + '01:00:00'::interval)`]
|
|
125
|
+
"timestamp_minus_15_minutes" timestamp [default: `(CURRENT_TIMESTAMP - '00:15:00'::interval)`]
|
|
126
|
+
}
|
|
127
|
+
|
|
128
|
+
Table "user_define_data_types" {
|
|
129
|
+
"id" int4 [pk, not null, increment]
|
|
130
|
+
"name" varchar(50)
|
|
131
|
+
"gender" gender_type
|
|
132
|
+
"age" int4range
|
|
133
|
+
"height" float8
|
|
134
|
+
"weight" float8
|
|
135
|
+
}
|
|
136
|
+
|
|
137
|
+
Table "table_with_comments" {
|
|
138
|
+
"id" int4 [pk, not null, increment, note: 'Unique identifier for each item.']
|
|
139
|
+
"name" varchar(100) [note: '''Item\'s name.''']
|
|
140
|
+
"description" text [note: '''Item\'s description''']
|
|
141
|
+
"created_at" timestamptz [default: `CURRENT_TIMESTAMP`, note: 'Timestamp when the item was created.']
|
|
142
|
+
Note: '''This table stores information about various items. Such as: \'id\', \'name\', \'description\''''
|
|
143
|
+
}
|
|
144
|
+
|
|
145
|
+
Table "authors" {
|
|
146
|
+
"authorid" int4 [not null, increment]
|
|
147
|
+
"nationalityid" int4 [not null]
|
|
148
|
+
"authorname" varchar(100)
|
|
149
|
+
"birthyear" int4
|
|
150
|
+
|
|
151
|
+
Indexes {
|
|
152
|
+
(authorid, nationalityid) [type: btree, name: "authors_pkey"]
|
|
153
|
+
}
|
|
154
|
+
}
|
|
155
|
+
|
|
156
|
+
Table "books" {
|
|
157
|
+
"bookid" int4 [pk, not null, increment]
|
|
158
|
+
"authorid" int4
|
|
159
|
+
"nationalityid" int4
|
|
160
|
+
"isbn" varchar(20) [unique]
|
|
161
|
+
"title" varchar(200)
|
|
162
|
+
}
|
|
163
|
+
|
|
164
|
+
Table "table1" {
|
|
165
|
+
"id" int4 [pk, not null, increment]
|
|
166
|
+
"status" enum_type1
|
|
167
|
+
}
|
|
168
|
+
|
|
169
|
+
Table "table2" {
|
|
170
|
+
"id" int4 [pk, not null, increment]
|
|
171
|
+
"status" enum_type2
|
|
172
|
+
}
|
|
173
|
+
|
|
174
|
+
Ref "fk_authornationality":"authors".("authorid", "nationalityid") < "books".("authorid", "nationalityid") [delete: cascade]
|
|
175
|
+
|
|
176
|
+
Ref "fk_order":"orders"."order_id" < "order_items"."order_id" [delete: cascade]
|
|
177
|
+
|
|
178
|
+
Ref "fk_product":"products"."product_id" < "order_items"."product_id" [delete: cascade]
|
|
179
|
+
|
|
180
|
+
Ref "fk_user":"users"."user_id" < "orders"."user_id" [delete: cascade]
|
|
File without changes
|
|
File without changes
|
package/__test__/db2dbml_bin.js
CHANGED
|
File without changes
|
|
@@ -1,36 +0,0 @@
|
|
|
1
|
-
2021-07-13T12:37:40.734Z
|
|
2
|
-
TypeError: Cannot read property 'tick' of undefined
|
|
3
|
-
at exportHandler (C:\Users\Inspiron101\Desktop\Holistics\dbml\packages\dbml-cli\src\cli\export.js:37:56)
|
|
4
|
-
at dbml2sql (C:\Users\Inspiron101\Desktop\Holistics\dbml\packages\dbml-cli\src\cli\index.js:19:3)
|
|
5
|
-
at Object.<anonymous> (C:\Users\Inspiron101\Desktop\Holistics\dbml\packages\dbml-cli\__test__\dbml2sql_bin.js:5:1)
|
|
6
|
-
at Module._compile (internal/modules/cjs/loader.js:1085:14)
|
|
7
|
-
at Object.Module._extensions..js (internal/modules/cjs/loader.js:1114:10)
|
|
8
|
-
at Module.load (internal/modules/cjs/loader.js:950:32)
|
|
9
|
-
at Function.Module._load (internal/modules/cjs/loader.js:790:14)
|
|
10
|
-
at Function.executeUserEntryPoint [as runMain] (internal/modules/run_main.js:76:12)
|
|
11
|
-
at internal/main/run_main_module.js:17:47
|
|
12
|
-
|
|
13
|
-
2021-07-13T12:47:15.905Z
|
|
14
|
-
TypeError: Cannot read property 'tick' of undefined
|
|
15
|
-
at exportHandler (C:\Users\Inspiron101\Desktop\Holistics\dbml\packages\dbml-cli\src\cli\export.js:37:56)
|
|
16
|
-
at dbml2sql (C:\Users\Inspiron101\Desktop\Holistics\dbml\packages\dbml-cli\src\cli\index.js:19:3)
|
|
17
|
-
at Object.<anonymous> (C:\Users\Inspiron101\Desktop\Holistics\dbml\packages\dbml-cli\__test__\dbml2sql_bin.js:5:1)
|
|
18
|
-
at Module._compile (internal/modules/cjs/loader.js:1085:14)
|
|
19
|
-
at Object.Module._extensions..js (internal/modules/cjs/loader.js:1114:10)
|
|
20
|
-
at Module.load (internal/modules/cjs/loader.js:950:32)
|
|
21
|
-
at Function.Module._load (internal/modules/cjs/loader.js:790:14)
|
|
22
|
-
at Function.executeUserEntryPoint [as runMain] (internal/modules/run_main.js:76:12)
|
|
23
|
-
at internal/main/run_main_module.js:17:47
|
|
24
|
-
|
|
25
|
-
2021-07-13T12:58:20.418Z
|
|
26
|
-
TypeError: Cannot read property 'tick' of undefined
|
|
27
|
-
at exportHandler (C:\Users\Inspiron101\Desktop\Holistics\dbml\packages\dbml-cli\src\cli\export.js:37:49)
|
|
28
|
-
at dbml2sql (C:\Users\Inspiron101\Desktop\Holistics\dbml\packages\dbml-cli\src\cli\index.js:19:3)
|
|
29
|
-
at Object.<anonymous> (C:\Users\Inspiron101\Desktop\Holistics\dbml\packages\dbml-cli\__test__\dbml2sql_bin.js:5:1)
|
|
30
|
-
at Module._compile (internal/modules/cjs/loader.js:1085:14)
|
|
31
|
-
at Object.Module._extensions..js (internal/modules/cjs/loader.js:1114:10)
|
|
32
|
-
at Module.load (internal/modules/cjs/loader.js:950:32)
|
|
33
|
-
at Function.Module._load (internal/modules/cjs/loader.js:790:14)
|
|
34
|
-
at Function.executeUserEntryPoint [as runMain] (internal/modules/run_main.js:76:12)
|
|
35
|
-
at internal/main/run_main_module.js:17:47
|
|
36
|
-
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
@@ -1,36 +0,0 @@
|
|
|
1
|
-
2021-07-13T12:37:43.283Z
|
|
2
|
-
TypeError: Cannot read property 'tick' of undefined
|
|
3
|
-
at exportHandler (C:\Users\Inspiron101\Desktop\Holistics\dbml\packages\dbml-cli\src\cli\export.js:37:56)
|
|
4
|
-
at dbml2sql (C:\Users\Inspiron101\Desktop\Holistics\dbml\packages\dbml-cli\src\cli\index.js:19:3)
|
|
5
|
-
at Object.<anonymous> (C:\Users\Inspiron101\Desktop\Holistics\dbml\packages\dbml-cli\__test__\dbml2sql_bin.js:5:1)
|
|
6
|
-
at Module._compile (internal/modules/cjs/loader.js:1085:14)
|
|
7
|
-
at Object.Module._extensions..js (internal/modules/cjs/loader.js:1114:10)
|
|
8
|
-
at Module.load (internal/modules/cjs/loader.js:950:32)
|
|
9
|
-
at Function.Module._load (internal/modules/cjs/loader.js:790:14)
|
|
10
|
-
at Function.executeUserEntryPoint [as runMain] (internal/modules/run_main.js:76:12)
|
|
11
|
-
at internal/main/run_main_module.js:17:47
|
|
12
|
-
|
|
13
|
-
2021-07-13T12:47:19.039Z
|
|
14
|
-
TypeError: Cannot read property 'tick' of undefined
|
|
15
|
-
at exportHandler (C:\Users\Inspiron101\Desktop\Holistics\dbml\packages\dbml-cli\src\cli\export.js:37:56)
|
|
16
|
-
at dbml2sql (C:\Users\Inspiron101\Desktop\Holistics\dbml\packages\dbml-cli\src\cli\index.js:19:3)
|
|
17
|
-
at Object.<anonymous> (C:\Users\Inspiron101\Desktop\Holistics\dbml\packages\dbml-cli\__test__\dbml2sql_bin.js:5:1)
|
|
18
|
-
at Module._compile (internal/modules/cjs/loader.js:1085:14)
|
|
19
|
-
at Object.Module._extensions..js (internal/modules/cjs/loader.js:1114:10)
|
|
20
|
-
at Module.load (internal/modules/cjs/loader.js:950:32)
|
|
21
|
-
at Function.Module._load (internal/modules/cjs/loader.js:790:14)
|
|
22
|
-
at Function.executeUserEntryPoint [as runMain] (internal/modules/run_main.js:76:12)
|
|
23
|
-
at internal/main/run_main_module.js:17:47
|
|
24
|
-
|
|
25
|
-
2021-07-13T12:58:22.994Z
|
|
26
|
-
TypeError: Cannot read property 'tick' of undefined
|
|
27
|
-
at exportHandler (C:\Users\Inspiron101\Desktop\Holistics\dbml\packages\dbml-cli\src\cli\export.js:37:49)
|
|
28
|
-
at dbml2sql (C:\Users\Inspiron101\Desktop\Holistics\dbml\packages\dbml-cli\src\cli\index.js:19:3)
|
|
29
|
-
at Object.<anonymous> (C:\Users\Inspiron101\Desktop\Holistics\dbml\packages\dbml-cli\__test__\dbml2sql_bin.js:5:1)
|
|
30
|
-
at Module._compile (internal/modules/cjs/loader.js:1085:14)
|
|
31
|
-
at Object.Module._extensions..js (internal/modules/cjs/loader.js:1114:10)
|
|
32
|
-
at Module.load (internal/modules/cjs/loader.js:950:32)
|
|
33
|
-
at Function.Module._load (internal/modules/cjs/loader.js:790:14)
|
|
34
|
-
at Function.executeUserEntryPoint [as runMain] (internal/modules/run_main.js:76:12)
|
|
35
|
-
at internal/main/run_main_module.js:17:47
|
|
36
|
-
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
@@ -1,24 +0,0 @@
|
|
|
1
|
-
2021-07-13T12:37:44.406Z
|
|
2
|
-
TypeError: Cannot read property 'tick' of undefined
|
|
3
|
-
at exportHandler (C:\Users\Inspiron101\Desktop\Holistics\dbml\packages\dbml-cli\src\cli\export.js:37:56)
|
|
4
|
-
at dbml2sql (C:\Users\Inspiron101\Desktop\Holistics\dbml\packages\dbml-cli\src\cli\index.js:19:3)
|
|
5
|
-
at Object.<anonymous> (C:\Users\Inspiron101\Desktop\Holistics\dbml\packages\dbml-cli\__test__\dbml2sql_bin.js:5:1)
|
|
6
|
-
at Module._compile (internal/modules/cjs/loader.js:1085:14)
|
|
7
|
-
at Object.Module._extensions..js (internal/modules/cjs/loader.js:1114:10)
|
|
8
|
-
at Module.load (internal/modules/cjs/loader.js:950:32)
|
|
9
|
-
at Function.Module._load (internal/modules/cjs/loader.js:790:14)
|
|
10
|
-
at Function.executeUserEntryPoint [as runMain] (internal/modules/run_main.js:76:12)
|
|
11
|
-
at internal/main/run_main_module.js:17:47
|
|
12
|
-
|
|
13
|
-
2021-07-13T12:58:23.999Z
|
|
14
|
-
TypeError: Cannot read property 'tick' of undefined
|
|
15
|
-
at exportHandler (C:\Users\Inspiron101\Desktop\Holistics\dbml\packages\dbml-cli\src\cli\export.js:37:49)
|
|
16
|
-
at dbml2sql (C:\Users\Inspiron101\Desktop\Holistics\dbml\packages\dbml-cli\src\cli\index.js:19:3)
|
|
17
|
-
at Object.<anonymous> (C:\Users\Inspiron101\Desktop\Holistics\dbml\packages\dbml-cli\__test__\dbml2sql_bin.js:5:1)
|
|
18
|
-
at Module._compile (internal/modules/cjs/loader.js:1085:14)
|
|
19
|
-
at Object.Module._extensions..js (internal/modules/cjs/loader.js:1114:10)
|
|
20
|
-
at Module.load (internal/modules/cjs/loader.js:950:32)
|
|
21
|
-
at Function.Module._load (internal/modules/cjs/loader.js:790:14)
|
|
22
|
-
at Function.executeUserEntryPoint [as runMain] (internal/modules/run_main.js:76:12)
|
|
23
|
-
at internal/main/run_main_module.js:17:47
|
|
24
|
-
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|