Update edgedb.md (#6985)

Small fix
This commit is contained in:
MuhibAhmed
2023-11-08 17:41:12 +05:00
committed by GitHub
parent a86a57e1b8
commit 03298eb8dd

View File

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