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