CliManagement — drizzle-orm Architecture
Logic for CLI command parsing and interactive user prompts
Entity Profile
Dependency Diagram
graph TD subdomain_DrizzleKit_CliManagement["CliManagement"] af36de07_2eea_89b0_b1bb_71570e4be47a["singlestoreUp.ts"] subdomain_DrizzleKit_CliManagement --> af36de07_2eea_89b0_b1bb_71570e4be47a 742985ce_9f89_a6fb_7a56_a5302b951c9b["mysqlUp.ts"] subdomain_DrizzleKit_CliManagement --> 742985ce_9f89_a6fb_7a56_a5302b951c9b 58de661f_ad55_5965_2df4_e305ff7b9f4a["check.ts"] subdomain_DrizzleKit_CliManagement --> 58de661f_ad55_5965_2df4_e305ff7b9f4a f2258fd9_5ae0_3858_2eaf_bc9efaf0220a["pgUp.ts"] subdomain_DrizzleKit_CliManagement --> f2258fd9_5ae0_3858_2eaf_bc9efaf0220a 45125203_110f_ca01_5128_ddc0f3ec5d42["pgPushUtils.ts"] subdomain_DrizzleKit_CliManagement --> 45125203_110f_ca01_5128_ddc0f3ec5d42 ea411847_581c_a61a_674c_918b86b87e35["singlestore.ts"] subdomain_DrizzleKit_CliManagement --> ea411847_581c_a61a_674c_918b86b87e35 d007babc_0dbe_a56a_f001_5c4c8bafbbc3["mysql.ts"] subdomain_DrizzleKit_CliManagement --> d007babc_0dbe_a56a_f001_5c4c8bafbbc3 159b53da_b8e2_e8fb_f1c6_8fc5a2b09a6b["sqliteUp.ts"] subdomain_DrizzleKit_CliManagement --> 159b53da_b8e2_e8fb_f1c6_8fc5a2b09a6b style subdomain_DrizzleKit_CliManagement fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Domain
Functions
- check.handler()
- checkHandler()
- concatSchemaAndTableName()
- drop.handler()
- exportRaw.handler()
- generate.handler()
- legacyCommand()
- libSqlLogSuggestionsAndReturn()
- logSuggestionsAndReturn()
- logSuggestionsAndReturn()
- logSuggestionsAndReturn()
- migrate.handler()
- prepareAndExportLibSQL()
- prepareAndExportMysql()
- prepareAndExportPg()
- prepareAndExportSinglestore()
- prepareAndExportSqlite()
- prepareAndMigrateLibSQL()
- prepareAndMigrateMysql()
- prepareAndMigratePg()
- prepareAndMigrateSingleStore()
- prepareAndMigrateSqlite()
- printCliConnectionIssues()
- printCliConnectionIssues()
- pull.handler()
- push.handler()
- studio.handler()
- up.handler()
- upMySqlHandlerV4toV5()
- upMysqlHandler()
- upPgHandler()
- upPgHandlerV4toV5()
- upSinglestoreHandler()
- upSqliteHandler()
Source Files
- drizzle-kit/src/cli/commands/check.ts
- drizzle-kit/src/cli/validations/mysql.ts
- drizzle-kit/src/cli/commands/mysqlUp.ts
- drizzle-kit/src/cli/commands/pgPushUtils.ts
- drizzle-kit/src/cli/commands/pgUp.ts
- drizzle-kit/src/cli/validations/singlestore.ts
- drizzle-kit/src/cli/commands/singlestoreUp.ts
- drizzle-kit/src/cli/commands/sqliteUp.ts
Source
- drizzle-kit/src/cli/commands/check.ts
- drizzle-kit/src/cli/validations/mysql.ts
- drizzle-kit/src/cli/commands/mysqlUp.ts
- drizzle-kit/src/cli/commands/pgPushUtils.ts
- drizzle-kit/src/cli/commands/pgUp.ts
- drizzle-kit/src/cli/validations/singlestore.ts
- drizzle-kit/src/cli/commands/singlestoreUp.ts
- drizzle-kit/src/cli/commands/sqliteUp.ts
Frequently Asked Questions
What is the CliManagement subdomain?
CliManagement is a subdomain in the drizzle-orm codebase, part of the DrizzleKit domain. Logic for CLI command parsing and interactive user prompts It contains 8 source files.
Which domain does CliManagement belong to?
CliManagement belongs to the DrizzleKit domain.
What functions are in CliManagement?
The CliManagement subdomain contains 34 function(s): check.handler, checkHandler, concatSchemaAndTableName, drop.handler, exportRaw.handler, generate.handler, legacyCommand, libSqlLogSuggestionsAndReturn, and 26 more.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free