Inline Data

Query data without a database connection

RQL lets you write queries against inline data: arrays of objects defined directly in the query. No tables, no schema setup, no connection required.

This is useful for prototyping queries, writing tests, or exploring how RQL transforms work before running them against real data.

$ Inline Data

// Query inline data directly. Great for prototyping and testing.

$ ctrl+enter to run

Examples