mirror of
https://github.com/apache/datafusion-sqlparser-rs.git
synced 2025-10-12 23:12:01 +00:00
Improve Readme (#774)
This commit is contained in:
parent
dec3c2b818
commit
751046de7d
2 changed files with 47 additions and 27 deletions
|
@ -13,7 +13,8 @@
|
|||
//! SQL Parser for Rust
|
||||
//!
|
||||
//! This crate provides an ANSI:SQL 2011 lexer and parser that can parse SQL
|
||||
//! into an Abstract Syntax Tree (AST).
|
||||
//! into an Abstract Syntax Tree (AST). See the [sqlparser crates.io page]
|
||||
//! for more information.
|
||||
//!
|
||||
//! See [`Parser::parse_sql`](crate::parser::Parser::parse_sql) and
|
||||
//! [`Parser::new`](crate::parser::Parser::new) for the Parsing API
|
||||
|
@ -36,6 +37,7 @@
|
|||
//!
|
||||
//! println!("AST: {:?}", ast);
|
||||
//! ```
|
||||
//! [sqlparser crates.io page]: https://crates.io/crates/sqlparser
|
||||
|
||||
#![cfg_attr(not(feature = "std"), no_std)]
|
||||
#![allow(clippy::upper_case_acronyms)]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue