clickhouse-sql-parser 0.1.0

Rust parser for Clickhouse SQL dialect
Documentation
1
2
3
4
5
6
An incomplete Rust parser for [Clickhouse](https://clickhouse.tech) SQL dialect.

Inspired by [nom-sql](https://github.com/ms705/nom-sql) and written using [nom](https://github.com/Geal/nom).

Status: basic support for CREATE TABLE statement. Engines options parsed as String. Columns parsed as structs with all options (type, codecs, ttl, comment and so on).