Skip to content

Commit 8f95956

Browse files
committed
fix README
1 parent b5c230a commit 8f95956

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,8 @@ PUM (PostgreSQL Upgrades Manager) is a robust database migration management tool
1616
- **Command-line and Python Integration**: Use PUM as a standalone CLI tool or integrate it into your Python project.
1717
- **Database Versioning**: Automatically manage database versioning with a metadata table.
1818
- **Changelog Management**: Apply and track SQL delta files for database upgrades.
19-
- **Migration Hooks**: Define custom hooks to execute additional SQL or Python code to drop or create the application during migrations. This feature allows you to isolate data (table) code from application code (such as views and triggers), ensuring a clear separation of concerns and more maintainable database structures.
19+
- **Droppable & recreatable app with data isolation**: PUM supports a clean rebuild workflow where an application environment can be dropped and recreated deterministically using hooks (pre and post migration).
20+
2021

2122
## Why PUM?
2223

docs/docs/index.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,11 @@ PUM (PostgreSQL Upgrades Manager) is a robust database migration management tool
88

99
# Key Features
1010

11-
- **Command-line and Python Integration**: Use PUM as a standalone [CLI tool](cli.md) or integrate it into your Python project using the [API](api/pum_config.md).
11+
- **Command-line and Python Integration**: Use PUM as a standalone CLI tool or integrate it into your Python project.
1212
- **Database Versioning**: Automatically manage database versioning with a metadata table.
1313
- **Changelog Management**: Apply and track SQL delta files for database upgrades.
14-
- **Migration Hooks**: Define custom hooks to execute additional SQL or Python code before or after migrations. This feature allows you to isolate data (table) code from application code (such as views and triggers), ensuring a clear separation of concerns and more maintainable database structures.
14+
- **Droppable & recreatable app with data isolation**: PUM supports a clean rebuild workflow where an application environment can be dropped and recreated deterministically using hooks (pre and post migration).
15+
1516

1617
# Why PUM?
1718

0 commit comments

Comments
 (0)