Skip to content

Commit 6ea1011

Browse files
committed
A couple blog posts and a new library
1 parent 9b42d41 commit 6ea1011

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,8 @@ as an example, put up a PR with a link! Make sure to use the new [pull request t
6767

6868
## Blog Posts & Articles
6969

70+
- [You can make Postgres scale](https://pgdog.dev/blog/you-can-make-postgres-scale)
71+
- [Life Altering Postgresql Patterns](https://mccue.dev/pages/3-11-25-life-altering-postgresql-patterns)
7072
- [Simplify: move code into database functions](https://sive.rs/pg)
7173
- [Just Use Postgres for Everything](https://www.amazingcto.com/postgres-for-everything/)
7274
- [PostgreSQL is the worlds' best database](https://www.2ndquadrant.com/en/blog/postgresql-is-the-worlds-best-database/)
@@ -185,6 +187,7 @@ as an example, put up a PR with a link! Make sure to use the new [pull request t
185187

186188
## Events, Replication, CDC
187189

190+
- [xataio/pgstream](https://github.com/xataio/pgstream): CDC command-line tool and library that offers Postgres replication support with DDL changes to any provided output.
188191
- [electric-sql/electric](https://github.com/electric-sql/electric): HTTP API that enables synching [Shapes](https://electric-sql.com/docs/guides/shapes) (i.e. segments) of a Postgres database. It's like GraphQL for Postgres databases.
189192
- [The Notifier Pattern for Applications That Use Postgres](https://brandur.org/notifier)
190193
- [SQL Notify](https://www.postgresql.org/docs/current/sql-notify.html)

0 commit comments

Comments
 (0)