EdgeDB
EdgeDB (rebranded as Gel in 2025) is an open-source object-relational database built on top of PostgreSQL that combines a modern graph-relational data model with a powerful query language called EdgeQL. It provides an HTTP-based EdgeQL query API and a GraphQL API, allowing developers to query their database over standard HTTP using bearer token authentication. EdgeDB Cloud offers a fully managed hosting service with free and paid tiers, integrating with platforms such as Vercel, Netlify, Fly.io, and Railway. Client libraries are available for TypeScript, Python, Go, Dart, Rust, .NET, and Java.
APIs
EdgeDB EdgeQL HTTP API
Executes EdgeQL queries over HTTP against a Gel/EdgeDB instance. Supports GET and POST requests with query, variables, globals, and config fields. Authentication uses HTTP Basic...
EdgeDB GraphQL API
Provides a GraphQL endpoint for querying an EdgeDB/Gel instance, supporting queries, mutations, and introspection. Enabled via the graphql extension in the schema. Authenticatio...
EdgeDB Cloud Management
Managed cloud database service for provisioning and operating EdgeDB/Gel instances. Accessible via the Gel CLI, web dashboard at cloud.geldata.com, and platform integrations. Su...