From 12510829f71e66af55fe141bf3fc89039edc959f Mon Sep 17 00:00:00 2001 From: webbrain-one <295484252+webbrain-one@users.noreply.github.com> Date: Mon, 31 Aug 2026 06:56:23 +0300 Subject: [PATCH] docs: improve README --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 8b73c31..8f745b7 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,5 @@ + + # sqlparser-mysql [![Rust](https://github.com/xring/sqlparser-mysql/actions/workflows/rust.yml/badge.svg?branch=main)](https://github.com/xring/sqlparser-mysql/actions/workflows/rust.yml) [![Coverage Status](https://coveralls.io/repos/github/xring/sqlparser-mysql/badge.svg?branch=main)](https://coveralls.io/github/xring/sqlparser-mysql?branch=main) > A SQL parser for MySQL with nom. Written in Rust. @@ -239,4 +241,8 @@ assert_eq!(ast.to_string(), sql); - [x] TRUNCATE TABLE Statement ### Database Administration Statements -- [x] SET Statements \ No newline at end of file +- [x] SET Statements + +## License + +Apache-2.0 OR MIT