Overview

Namespaces

  • Inlm
    • SchemaGenerator
      • Adapters
      • Bridges
        • PhpCli
      • Diffs
      • Dumpers
      • Extractors
      • Integrations
      • Loggers
      • Utils

Classes

  • Inlm\SchemaGenerator\Adapters\DibiAdapter
  • Inlm\SchemaGenerator\Adapters\MemoryAdapter
  • Inlm\SchemaGenerator\Adapters\NeonAdapter
  • Inlm\SchemaGenerator\Bridges\Dibi
  • Inlm\SchemaGenerator\Bridges\DibiMysql
  • Inlm\SchemaGenerator\Bridges\PhpCli\CreateMigrationCommand
  • Inlm\SchemaGenerator\Bridges\PhpCli\DiffCommand
  • Inlm\SchemaGenerator\Bridges\PhpCli\InitFromDatabaseCommand
  • Inlm\SchemaGenerator\Bridges\PhpCli\UpdateDatabaseCommand
  • Inlm\SchemaGenerator\Configuration
  • Inlm\SchemaGenerator\ConfigurationFactory
  • Inlm\SchemaGenerator\ConfigurationSerializer
  • Inlm\SchemaGenerator\Database
  • Inlm\SchemaGenerator\DataType
  • Inlm\SchemaGenerator\DiffGenerator
  • Inlm\SchemaGenerator\Diffs\AddedTableOption
  • Inlm\SchemaGenerator\Diffs\CreatedForeignKey
  • Inlm\SchemaGenerator\Diffs\CreatedTable
  • Inlm\SchemaGenerator\Diffs\CreatedTableColumn
  • Inlm\SchemaGenerator\Diffs\CreatedTableIndex
  • Inlm\SchemaGenerator\Diffs\RemovedForeignKey
  • Inlm\SchemaGenerator\Diffs\RemovedTable
  • Inlm\SchemaGenerator\Diffs\RemovedTableColumn
  • Inlm\SchemaGenerator\Diffs\RemovedTableIndex
  • Inlm\SchemaGenerator\Diffs\RemovedTableOption
  • Inlm\SchemaGenerator\Diffs\UpdatedForeignKey
  • Inlm\SchemaGenerator\Diffs\UpdatedTable
  • Inlm\SchemaGenerator\Diffs\UpdatedTableColumn
  • Inlm\SchemaGenerator\Diffs\UpdatedTableComment
  • Inlm\SchemaGenerator\Diffs\UpdatedTableIndex
  • Inlm\SchemaGenerator\Diffs\UpdatedTableOption
  • Inlm\SchemaGenerator\Dumpers\AbstractSqlDumper
  • Inlm\SchemaGenerator\Dumpers\DibiDumper
  • Inlm\SchemaGenerator\Dumpers\NullDumper
  • Inlm\SchemaGenerator\Dumpers\SqlDumper
  • Inlm\SchemaGenerator\Dumpers\SqlMemoryDumper
  • Inlm\SchemaGenerator\Extractors\DibiExtractor
  • Inlm\SchemaGenerator\Extractors\LeanMapperExtractor
  • Inlm\SchemaGenerator\Extractors\NeonExtractor
  • Inlm\SchemaGenerator\Integrations\AbstractIntegration
  • Inlm\SchemaGenerator\Integrations\LeanMapperIntegration
  • Inlm\SchemaGenerator\Loggers\MemoryLogger
  • Inlm\SchemaGenerator\Loggers\OutputLogger
  • Inlm\SchemaGenerator\SchemaGenerator
  • Inlm\SchemaGenerator\Utils\DataTypeParser
  • Inlm\SchemaGenerator\Utils\DataTypeProcessor
  • Inlm\SchemaGenerator\Utils\Generator
  • Inlm\SchemaGenerator\Utils\GeneratorColumn
  • Inlm\SchemaGenerator\Utils\GeneratorHasManyTable
  • Inlm\SchemaGenerator\Utils\GeneratorIndex
  • Inlm\SchemaGenerator\Utils\GeneratorTable

Interfaces

  • Inlm\SchemaGenerator\IAdapter
  • Inlm\SchemaGenerator\IDumper
  • Inlm\SchemaGenerator\IExtractor
  • Inlm\SchemaGenerator\IIntegration
  • Inlm\SchemaGenerator\ILogger

Exceptions

  • Inlm\SchemaGenerator\DuplicatedException
  • Inlm\SchemaGenerator\EmptyException
  • Inlm\SchemaGenerator\Exception
  • Inlm\SchemaGenerator\FileSystemException
  • Inlm\SchemaGenerator\IncompatibleException
  • Inlm\SchemaGenerator\InvalidArgumentException
  • Inlm\SchemaGenerator\InvalidStateException
  • Inlm\SchemaGenerator\MissingArgumentException
  • Inlm\SchemaGenerator\MissingException
  • Inlm\SchemaGenerator\StaticClassException
  • Inlm\SchemaGenerator\UnsupportedException
  • Overview
  • Namespace
  • Class
  1:   2:   3:   4:   5:   6:   7:   8:   9:  10:  11:  12:  13:  14:  15:  16:  17:  18:  19:  20:  21:  22:  23:  24:  25:  26:  27:  28:  29:  30:  31:  32:  33:  34:  35:  36:  37:  38:  39:  40:  41:  42:  43:  44:  45:  46:  47:  48:  49:  50:  51:  52:  53:  54:  55:  56:  57:  58:  59:  60:  61:  62:  63:  64:  65:  66:  67:  68:  69:  70:  71:  72:  73:  74:  75:  76:  77:  78:  79:  80:  81:  82:  83:  84:  85:  86:  87:  88:  89:  90:  91:  92:  93:  94:  95:  96:  97:  98:  99: 100: 101: 102: 103: 104: 105: 106: 107: 108: 109: 110: 111: 112: 113: 114: 115: 116: 117: 118: 119: 120: 121: 122: 123: 124: 125: 126: 127: 128: 129: 130: 131: 132: 133: 134: 135: 136: 137: 138: 139: 140: 141: 142: 143: 144: 145: 146: 147: 148: 149: 150: 151: 152: 153: 154: 155: 156: 157: 158: 159: 160: 161: 162: 163: 164: 165: 166: 167: 168: 169: 170: 171: 172: 173: 174: 175: 176: 177: 178: 179: 180: 181: 182: 183: 184: 185: 186: 187: 188: 189: 190: 191: 192: 193: 194: 195: 196: 197: 198: 199: 200: 201: 202: 203: 204: 205: 206: 207: 208: 209: 210: 211: 212: 213: 214: 215: 216: 217: 218: 219: 220: 221: 222: 223: 224: 225: 226: 227: 228: 229: 230: 231: 232: 233: 234: 235: 236: 237: 238: 239: 240: 241: 
<?php

    namespace Inlm\SchemaGenerator;

    use CzProject\SqlSchema;


    class SchemaGenerator
    {
        /** @var IExtractor */
        private $extractor;

        /** @var IAdapter */
        private $adapter;

        /** @var IDumper */
        private $dumper;

        /** @var ILogger|NULL */
        private $logger;

        /** @var string */
        private $databaseType;

        /** @var array */
        private $options;

        /** @var array */
        private $customTypes;

        /** @var bool */
        private $testMode = FALSE;


        public function __construct(IExtractor $extractor, IAdapter $adapter, IDumper $dumper, ILogger $logger = NULL, $databaseType = Database::MYSQL)
        {
            $this->extractor = $extractor;
            $this->adapter = $adapter;
            $this->dumper = $dumper;
            $this->logger = $logger;
            $this->databaseType = $databaseType;
            $this->prepareDefaults($databaseType);
        }


        /**
         * @param  string
         * @param  string
         * @param  scalar|scalar[]
         * @param  array
         * @return static
         */
        public function setCustomType($name, $dbType, $dbParameters = array(), array $dbOptions = array())
        {
            $this->customTypes[strtolower($name)] = new DataType($dbType, $dbParameters, $dbOptions);
            return $this;
        }


        /**
         * @param  string
         * @param  scalar|NULL
         * @return static
         */
        public function setOption($option, $value)
        {
            if ($value === NULL) {
                $this->removeOption($option);

            } else {
                $this->options[$option] = $value;
            }

            return $this;
        }


        /**
         * @param  string
         * @return static
         */
        public function removeOption($option)
        {
            unset($this->options[$option]);
            return $this;
        }


        /**
         * @param  bool
         * @return static
         */
        public function setTestMode($testMode = TRUE)
        {
            $this->testMode = $testMode;
            return $this;
        }


        /**
         * @param  string|NULL
         * @return void
         */
        public function generate($description = NULL)
        {
            if ($this->testMode) {
                $this->log('TEST MODE');
            }

            $configOld = $this->adapter->load();
            $options = $configOld->getOptions() + $this->options;
            $this->log('Generating schema');
            $configNew = new Configuration($this->extractor->generateSchema($options, $this->customTypes, $this->databaseType));
            $configNew->setOptions($options);

            $this->log('Generating diff');
            $schemaDiff = new DiffGenerator($configOld->getSchema(), $configNew->getSchema());

            $this->log('Generating migrations');
            $this->dumper->start($this->databaseType, $description);

            foreach ($schemaDiff->getCreatedAndUpdatedTables() as $diff) {
                if ($diff instanceof Diffs\CreatedTable) {
                    $this->log(" - created table {$diff->getTableName()}");
                    $this->dumper->createTable($diff);

                } elseif ($diff instanceof Diffs\UpdatedTable) {
                    // create
                    foreach ($diff->getCreatedColumns() as $column) {
                        $this->log(" - created column {$column->getTableName()}.{$column->getDefinition()->getName()}");
                        $this->dumper->createTableColumn($column);
                    }

                    foreach ($diff->getCreatedIndexes() as $index) {
                        $this->log(" - created index {$index->getTableName()}.{$index->getDefinition()->getName()}");
                        $this->dumper->createTableIndex($index);
                    }

                    foreach ($diff->getCreatedForeignKeys() as $foreignKey) {
                        $this->log(" - created foreign key {$foreignKey->getTableName()}.{$foreignKey->getDefinition()->getName()}");
                        $this->dumper->createForeignKey($foreignKey);
                    }

                    foreach ($diff->getAddedOptions() as $option) {
                        $this->log(" - added option {$option->getTableName()}.{$option->getOption()}");
                        $this->dumper->addTableOption($option);
                    }

                    // update
                    foreach ($diff->getUpdatedColumns() as $column) {
                        $this->log(" - updated column {$column->getTableName()}.{$column->getDefinition()->getName()}");
                        $this->dumper->updateTableColumn($column);
                    }

                    foreach ($diff->getUpdatedIndexes() as $index) {
                        $this->log(" - updated index {$index->getTableName()}.{$index->getDefinition()->getName()}");
                        $this->dumper->updateTableIndex($index);
                    }

                    foreach ($diff->getUpdatedForeignKeys() as $foreignKey) {
                        $this->log(" - updated foreign key {$foreignKey->getTableName()}.{$foreignKey->getDefinition()->getName()}");
                        $this->dumper->updateForeignKey($foreignKey);
                    }

                    foreach ($diff->getUpdatedOptions() as $option) {
                        $this->log(" - updated option {$option->getTableName()}.{$option->getOption()}");
                        $this->dumper->updateTableOption($option);
                    }

                    foreach ($diff->getUpdatedComments() as $comment) {
                        $this->log(" - updated comment for {$comment->getTableName()}");
                        $this->dumper->updateTableComment($comment);
                    }

                    // remove
                    foreach ($diff->getRemovedForeignKeys() as $foreignKey) {
                        $this->log(" - REMOVED foreign key {$foreignKey->getTableName()}.{$foreignKey->getForeignKeyName()}");
                        $this->dumper->removeForeignKey($foreignKey);
                    }

                    foreach ($diff->getRemovedIndexes() as $index) {
                        $this->log(" - REMOVED index {$index->getTableName()}.{$index->getIndexName()}");
                        $this->dumper->removeTableIndex($index);
                    }

                    foreach ($diff->getRemovedColumns() as $column) {
                        $this->log(" - REMOVED column {$column->getTableName()}.{$column->getColumnName()}");
                        $this->dumper->removeTableColumn($column);
                    }

                    foreach ($diff->getRemovedOptions() as $option) {
                        $this->log(" - REMOVED option {$option->getTableName()}.{$option->getOption()}");
                        $this->dumper->removeTableOption($option);
                    }

                } else {
                    throw new UnsupportedException('Diff ' . get_class($diff) . ' is not supported.');
                }
            }

            foreach ($schemaDiff->getRemovedTables() as $removedTable) {
                $this->log(" - REMOVED table {$removedTable->getTableName()}");
                $this->dumper->removeTable($removedTable);
            }

            $this->dumper->end();

            if (!$this->testMode) {
                $this->log('Saving schema');
                $this->adapter->save($configNew);
            }

            $this->log('Done.');
        }


        private function prepareDefaults($databaseType)
        {
            if ($databaseType === Database::MYSQL) {
                $this->options = array(
                    'ENGINE' => 'InnoDB',
                    'CHARACTER SET' => 'utf8mb4',
                    'COLLATE' => 'utf8mb4_czech_ci',
                );
                $this->setCustomType('money', 'DECIMAL', array(15, 4));
            }
        }


        /**
         * @param  string
         * @return void
         */
        private function log($msg)
        {
            if (isset($this->logger)) {
                $this->logger->log($msg);
            }
        }
    }
inlm/schema-generator v0.6.2 API documentation API documentation generated by ApiGen