mirror of
https://github.com/apache/datafusion-sqlparser-rs.git
synced 2025-07-07 17:04:59 +00:00
Badges
This commit is contained in:
parent
bd855fd296
commit
dc97d8ef5d
1 changed files with 7 additions and 1 deletions
|
@ -1,4 +1,10 @@
|
|||
# SQL Parser
|
||||
# ANSI SQL Lexer and Parser for Rust
|
||||
|
||||
[](https://opensource.org/licenses/Apache-2.0)
|
||||
[](https://crates.io/crates/sqlparser)
|
||||
[](https://travis-ci.org/andygrove/sqlparser-rs)
|
||||
[](https://coveralls.io/github/andygrove/sqlparser-rs?branch=master)
|
||||
[](https://gitter.im/datafusion-rs)
|
||||
|
||||
The main goal of this project is to build a SQL lexer and parser capable of parsing ANSI SQL:2011 (or 2016 if I can get access to the specification for free).
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue