-
Notifications
You must be signed in to change notification settings - Fork 601
Add User to README #787
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 User to README #787
Conversation
Pull Request Test Coverage Report for Build 3823971501
💛 - Coveralls |
@@ -93,7 +93,7 @@ $ cargo run --features json_example --example cli FILENAME.sql [--dialectname] | |||
## Users | |||
|
|||
This parser is currently being used by the [DataFusion] query engine, | |||
[LocustDB], [Ballista] and [GlueSQL]. | |||
[LocustDB], [Ballista], [GlueSQL], and [Opteryx]. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@AugustoFKL I don't think "Acknowledgements" is quite right as we are not really acknowledging assistance from other projects.
The point of this section, as I understand, is basically to encourage more use of the sqlparser crate by offering evidence that other projects have found it valuable enough to use.
Perhaps we could change the heading (in a different PR) to something like 'Powered By' to follow https://arrow.apache.org/powered_by/ ?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@@ -93,7 +93,7 @@ $ cargo run --features json_example --example cli FILENAME.sql [--dialectname] | |||
## Users | |||
|
|||
This parser is currently being used by the [DataFusion] query engine, | |||
[LocustDB], [Ballista] and [GlueSQL]. | |||
[LocustDB], [Ballista], [GlueSQL], and [Opteryx]. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@AugustoFKL I don't think "Acknowledgements" is quite right as we are not really acknowledging assistance from other projects.
The point of this section, as I understand, is basically to encourage more use of the sqlparser crate by offering evidence that other projects have found it valuable enough to use.
Perhaps we could change the heading (in a different PR) to something like 'Powered By' to follow https://arrow.apache.org/powered_by/ ?
Existing README welcomes PRs with additional users of this library - this PR adds a reference to Opteryx.
I also added a comma, I'm not sure if it was missing because of style or a typo but commas save lives so I added one.