pigsty icon indicating copy to clipboard operation
pigsty copied to clipboard

Add EdgeDB Support, a Graph DB upon Postgres

Open Vonng opened this issue 3 years ago • 0 comments
trafficstars

We can use docker for that and use existing pigsty postgres with --backend-dsn option.

edgedb-server \
  --backend-dsn postgres://dbuser_edge:[email protected]:5433 \
  --enable-backend-adaptive-ha

Reference: https://www.edgedb.com/docs/reference/backend_ha

Vonng avatar Jun 17 '22 15:06 Vonng