/PostgreSQL.Migrations

Library that implements the mechanism of migrations for the database PostgresSQL

Primary LanguageC#MIT LicenseMIT

Flow.Migrations

Tooling for performing and generating migrations in PostgreSQL database.

Features

  • Fully managed C# solution, supported compilation to NativeAot (can be used as part of your project, integration tests, console application, CI and in any other way you need)
  • Multiple target databases (you can immediately apply the migration to different databases)
  • Allowed fragmentation in migration numbers (you can make development in different branches without worries)
  • Filtering migrations by groups (by clients, database instances and so on)
  • Cross-platform console application for performing migration and generating migration files

Documentation

You can check the link for read latest documentation.