Skip to content

Advanced Guide Overview

Welcome to the DDLBuilder Advanced Guide. This section is designed for engineering leads, database architects, and power users tackling complex modeling, schema governance, workflow automation, and cross-team collaboration.


Topic Directory

TopicCore Capabilities & Key BenefitsGuide Link
Database delivery toolsMulti-table dictionaries, SQL snapshot comparison, and related test rowsDatabase Tools
Import & ParsingReverse-engineer existing SQL, CSV, Excel, or JSON Schema into editable structuresImport and Parse SQL
WebMCP Agent IntegrationConnect browser-based AI agents to safely inspect, lint, and patch active schemasWebMCP Agent Workflow
AI-Assisted ModelingConversational table generation, step-by-step patch reviews, and smart commentsAI-Assisted Table Design Workflow
SQL Review & ExplanationArchitectural quality audits, risk detection, actionable tips, and SQL explanationsReview and Explain SQL
Partitioning & ShardingMulti-strategy MySQL/TiDB partitioning and PostgreSQL Citus distributed tablesPartitioning and Sharding
Diff & RollbackVisual schema diffing, forward ALTER migration scripts, and rollback DDLChange Diff and Rollback
Relational Modeling & ERModel physical foreign keys and logical relationships with cardinality, optionality, and business descriptionsForeign Key Configuration and ER Diagram
Field Standards & Business DictionaryDefine standard fields, link business concepts, check saved tables for deviations, and import or export the libraryField Standards and Business Dictionary
ORM GenerationOne-click code generation for Prisma, TypeORM, SQLAlchemy, GORM, and JPAORM Model Generation
Advanced Database ObjectsCREATE VIEW statements and skeleton code for procedures, functions, and triggersView and Routine Configuration
Schema Governance & LintingBuilt-in linter detecting naming violations, type hazards, and redundant indexesSchema Lint
Testing & MetadataRealistic mock test data generation and visual color-badged logical enumsMock Data and Logical Enums
Domain BlueprintsProduction-grade business templates (User, Order, Audit Log, etc.)Table Blueprint Templates