Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 751 Bytes

README.md

File metadata and controls

13 lines (10 loc) · 751 Bytes

PostgreSQL.Migrations

Tooling for performing and generating migrations in PostgreSQL database.

Features

  • Fully managed C# solution (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.