Crates.io | cqlparser |
lib.rs | cqlparser |
version | 0.1.0 |
source | src |
created_at | 2021-08-07 12:14:46.44725 |
updated_at | 2021-08-07 12:14:46.44725 |
description | Apache Cassandra CQL parser |
homepage | https://github.com/yukim/cqlparser |
repository | https://github.com/yukim/cqlparser |
max_upload_size | |
id | 432769 |
size | 179,134 |
Hand crafted Apache Cassandra CQL parser, implemented in Rust.
WARNING: This library is still in very early stage, and APIs and AST will change.
The goal of this library is to provide standalone CQL parser that can be used in tools, such as pretty printer, auto completion, schema visualizer, etc.
The design goals are: