// Copyright 2022 RisingLight Project Authors. Licensed under Apache-2.0.
//! The parser module directly uses the [`sqlparser`] crate
//! and re-exports its AST types.
pub use *;
use PostgreSqlDialect;
use Parser;
pub use ParserError;
/// Parse the SQL string into a list of ASTs.