mirror of
https://github.com/apache/datafusion-sqlparser-rs.git
synced 2025-07-07 17:04:59 +00:00
Update README and description
This commit is contained in:
parent
06a8870bd7
commit
e16b92763a
2 changed files with 3 additions and 5 deletions
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "sqlparser"
|
||||
description = "ANSI SQL:2011 Lexer and Parser"
|
||||
description = "Extensible SQL Lexer and Parser with support for ANSI SQL:2011"
|
||||
version = "0.1.5-alpha.0"
|
||||
authors = ["Andy Grove <andygrove73@gmail.com>"]
|
||||
homepage = "https://github.com/andygrove/sqlparser-rs"
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# ANSI SQL Lexer and Parser for Rust
|
||||
# Extensible SQL Lexer and Parser for Rust
|
||||
|
||||
[](https://opensource.org/licenses/Apache-2.0)
|
||||
[](https://crates.io/crates/sqlparser)
|
||||
|
@ -6,9 +6,7 @@
|
|||
[](https://coveralls.io/github/andygrove/sqlparser-rs?branch=master)
|
||||
[](https://gitter.im/datafusion-rs)
|
||||
|
||||
The primary goal of this project is to build a SQL lexer and parser capable of parsing SQL that conforms with the [ANSI SQL:2011](https://jakewheat.github.io/sql-overview/sql-2011-foundation-grammar.html#_5_1_sql_terminal_character) standard.
|
||||
|
||||
A secondary goal is to make it easy for others to use this library as a foundation for building custom SQL parsers for vendor-specific dialects.
|
||||
The goal of this project is to build a SQL lexer and parser capable of parsing SQL that conforms with the [ANSI SQL:2011](https://jakewheat.github.io/sql-overview/sql-2011-foundation-grammar.html#_5_1_sql_terminal_character) standard but also making it easy to support custom dialects so that this crate can be used as a foundation for vendor-specific parsers.
|
||||
|
||||
This parser is currently being used by the [DataFusion](https://github.com/datafusion-rs/datafusion) query engine.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue