Introduction
Learn what LakeQL is, the concepts behind it, and how its packages fit together.
Getting Started
Set up your environment, scaffold a new project, and run your first GraphQL query over Trino.
Architecture
Understand how LakeQL's packages connect and how data flows from Trino to your GraphQL API.
Configuration
Reference for all environment variables, authentication settings, and Trino connection options.
create-app
Scaffold a new LakeQL project with `@lakeql/create-app`.
Contributing
How to set up a local development environment and contribute to LakeQL.
Guides
Practical guides for common tasks like adding custom resolvers, extending schemas, and deploying to production.