chryso 0.0.2

Chryso is a Calcite-style SQL parser + optimizer engine in Rust.
Documentation
1
2
3
4
5
6
7
# Go Bindings (Skeleton)

This folder is reserved for Go bindings. The initial plan:
- Use cgo to call the C ABI in `ffi/`.
- Provide a minimal `Parse` API returning a serialized plan.

Implementation will follow once the C ABI stabilizes.