[data-reveal]{opacity:1!important;transform:none!important}
Database

Operations

This section covers practical operations you can perform with the AQL interface. These guides walk through schema management, table access, document CRUD, index usage, filtering, and foreign key lookups.

Schema and Instance Management

AQL organizes data through schemas and instances:

Table Access

Tables live inside schema instances:

Document Operations

Documents are the fundamental unit of data in AQL:

Index Operations

Indexes accelerate queries by enabling efficient lookups:

Query Operations

Transform and filter data with the query builder: