Extensions
Extensions are the way EdgeDB adds more functionality. In principle, extensions could add new types, scalars, functions, etc., but, more importantly, they can add new ways of interacting with the database.
-
edgeql_http
: enables EdgeQL over HTTP -
graphql
: enables GraphQL -
auth
: enables EdgeDB Auth