From e15963a095ac6202b151d5b401fe093e9f51aceb Mon Sep 17 00:00:00 2001 From: himayajawad19 Date: Wed, 28 Feb 2024 23:52:00 +0500 Subject: [PATCH] Add Apache AGE --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index f5bb5af..51daa9a 100644 --- a/README.md +++ b/README.md @@ -121,6 +121,7 @@ For Database Management * [dexter](https://github.com/ankane/dexter) - The automatic indexer for Postgres. Detects slow queries and creates indexes if configured to do so. ### Extensions +* [AGE](https://github.com/apache/age) - Adds fully-functional graph database support including Cypher queries. * [Citus](https://github.com/citusdata/citus) - Scalable PostgreSQL cluster for real-time workloads. * [cstore\_fdw](https://github.com/citusdata/cstore_fdw) - Columnar store for analytics with PostgreSQL. * [cyanaudit](https://pgxn.org/dist/cyanaudit/) - Cyan Audit provides in-database logging of all DML activity on a column-by-column basis.