VI

Delphi

EasyDBMigrator v1.0.0.1 from November 21, 2023

EasyDbMigrator is a database migration library designed for Delphi. It simplifies database evolution and is available in both 32-Bit and 64-Bit versions.

Migrations are structured objects designed to alter your database schema. They provide an alternative to creating nume...

Description

EasyDbMigrator is a database migration library designed for Delphi. It simplifies database evolution and is available in both 32-Bit and 64-Bit versions.

Migrations are structured objects designed to alter your database schema. They provide an alternative to creating numerous SQL scripts that would require manual execution by every developer involved.

When dealing with multiple databases, such as the developer's local database, test database, and production database, migrations are a helpful solution for evolving a database schema. These changes to the schema are recorded in Delphi classes, which can then be committed to a version control system.

[b]Supported Delphi Versions[/b]

Delphi XE5

Delphi XE6

Delphi XE7

Delphi XE8

Delphi 10 Seattle

Delphi 10.1 Berlin

Delphi 10.2 Tokyo

Delphi 10.3 Rio

Delphi 10.4 Sydney

Delphi 11.0 Alexandria

Delphi 11.0 Athens

Additional Information