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. ---