Get up and running with Excalibase GraphQL in minutes! This guide will walk you through the essential steps to set up your GraphQL API.
Set up Excalibase GraphQL using Docker or local development environment.
Configure your PostgreSQL database connection and schema settings.
Run your first GraphQL query and explore the auto-generated schema.
Before you begin, ensure you have:
Excalibase GraphQL automatically generates a complete GraphQL API from your PostgreSQL database schema. Simply point it at your database and get:
!!! tip โDocker Recommendedโ We recommend using Docker for the quickest setup experience. It eliminates dependency management and provides a consistent environment across different systems.