From 03298eb8dd96620ba0639997a3ba6f4c8f2c2d1d Mon Sep 17 00:00:00 2001 From: MuhibAhmed <43975676+MuhibAhmed@users.noreply.github.com> Date: Wed, 8 Nov 2023 17:41:12 +0500 Subject: [PATCH] Update edgedb.md (#6985) Small fix --- docs/guides/ecosystem/edgedb.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/guides/ecosystem/edgedb.md b/docs/guides/ecosystem/edgedb.md index 2e2636e754..d9b89a624c 100644 --- a/docs/guides/ecosystem/edgedb.md +++ b/docs/guides/ecosystem/edgedb.md @@ -2,7 +2,7 @@ name: Use EdgeDB with Bun --- -EdgeDB is a graph-relational database powered by Postgres under the hood. It provides a declarative schema language, migrations system, and object-oriented query language, in addition to supporting raw SQL queries. It solves the object-relational mapping problem at the database layer, eliminating the for an ORM library in your application code. +EdgeDB is a graph-relational database powered by Postgres under the hood. It provides a declarative schema language, migrations system, and object-oriented query language, in addition to supporting raw SQL queries. It solves the object-relational mapping problem at the database layer, eliminating the need for an ORM library in your application code. ---