Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for SQL parsers #7

Open
westonpace opened this issue Jan 13, 2024 · 1 comment
Open

Add support for SQL parsers #7

westonpace opened this issue Jan 13, 2024 · 1 comment

Comments

@westonpace
Copy link
Owner

An SQL parser is too complex to be a part of this crate. However, we should create an extension point for external SQL parsers (such as the one in datafusion) and add SQL parsing to the API.

@aersam
Copy link

aersam commented Mar 2, 2024

DataFusion uses sqlparser-rs, one could probably take an AST from this crate as base

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants