* EZP-30057: Implemented Schema Exporter for custom Doctrine Schema format
* EZP-30057: [Tests] Implemented SchemaImporter tests
* EZP-30057: Implemented Schema Importer for custom Doctrine Schema format
* EZP-30057: [Tests] Implemented SchemaExporter tests
* EZP-30057: [Tests] Implemented SchemaBuilder test
* EZP-30057: Created DbPlatform Factory of AbstractPlatform instances
* EZP-30057: Created EventSubscriber for SQLite session init
* EZP-30057: [Bundle] Defined Extension alias and configuration
* EZP-30057: Implemented SchemaBuilder extensibility point
* [Doc] Updated README.md with brief description of available APIs
* Updated type-hinting for DbPlatformFactory
* Updated src/lib/Database/DbPlatformFactory.php
* Updated type-hinting for SchemaBuilder and impl. of DbPlatform
* Updated src/lib/API/Builder/SchemaBuilder.php
* Updated src/lib/Database/DbPlatform/PostgreSqlDbPlatform.php
* Updated src/lib/Database/DbPlatform/SqliteDbPlatform.php