reifydb-rql 0.5.0

ReifyDB Query Language (RQL) parser and AST
Documentation
1
2
3
4
5
6
7
8
9
10
11
# Copyright (c) reifydb.com 2025
# This file is licensed under the Apache-2.0, see license.md file

query 'CALL rql::ast("create primary key on test::users { id, email, created_at }")'
---
> +-------+---------+----------+-------------------------------------------------------------------+
> |  idx  |  depth  |   kind   |                              detail                               |
> +-------+---------+----------+-------------------------------------------------------------------+
> |   0   |    0    |  Create  |  CREATE PRIMARY KEY ON test::users @ line 1, column 1 - "create"  |
> +-------+---------+----------+-------------------------------------------------------------------+
>