excalibase-graphql

Quick Start Guide

Get up and running with Excalibase GraphQL in minutes! This guide will walk you through the essential steps to set up your GraphQL API.

What Youโ€™ll Learn

๐Ÿ“ฆ Installation

Set up Excalibase GraphQL using Docker or local development environment.

โš™๏ธ Configuration

Configure your PostgreSQL database connection and schema settings.

๐Ÿš€ First Query

Run your first GraphQL query and explore the auto-generated schema.

Prerequisites

Before you begin, ensure you have:

Quick Overview

Excalibase GraphQL automatically generates a complete GraphQL API from your PostgreSQL database schema. Simply point it at your database and get:

Next Steps

  1. API Reference โ†’ - Explore the GraphQL API capabilities
  2. Advanced Filtering โ†’ - Learn about powerful filtering options
  3. Testing โ†’ - Understand the comprehensive test coverage

Need Help?

!!! tip โ€œDocker Recommendedโ€ We recommend using Docker for the quickest setup experience. It eliminates dependency management and provides a consistent environment across different systems.