Skip to content

Commit 8b9d15d

Browse files
authored
Refactor README to eliminate duplicate content
Removed duplicate links to the introduction blog post and asciicast.
1 parent e1cffc7 commit 8b9d15d

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,12 @@ pgschema dump → edit schema.sql → pgschema plan → pgschema apply
2424
- **Plan**: Diff your edited schema against the live database, generate migration DDL
2525
- **Apply**: Execute with concurrent change detection, transaction-adaptive execution, and lock timeout control
2626

27+
See more details in the [introduction blog post](https://www.pgschema.com/blog/pgschema-postgres-declarative-schema-migration-like-terraform).
28+
29+
Watch in action:
30+
31+
[![asciicast](https://asciinema.org/a/vXHygDMUkGYsF6nmz2h0ONEQC.svg)](https://asciinema.org/a/vXHygDMUkGYsF6nmz2h0ONEQC)
32+
2733
## Why pgschema
2834

2935
### State-based, not migration-file-based
@@ -64,12 +70,6 @@ Fair question. We have no current plans to charge for pgschema.
6470

6571
pgschema is sponsored by [Bytebase](https://www.bytebase.com), a commercial database DevSecOps platform. Bytebase covers the needs of teams that require controls beyond schema migration — data access control, data masking, audit logging, and multi-database management across an organization.
6672

67-
See more details in the [introduction blog post](https://www.pgschema.com/blog/pgschema-postgres-declarative-schema-migration-like-terraform).
68-
69-
Watch in action:
70-
71-
[![asciicast](https://asciinema.org/a/vXHygDMUkGYsF6nmz2h0ONEQC.svg)](https://asciinema.org/a/vXHygDMUkGYsF6nmz2h0ONEQC)
72-
7373
## Supported Schema Objects
7474

7575
pgschema covers all the schema objects developers use in real-world Postgres applications, across versions 14-18:

0 commit comments

Comments
 (0)