diff --git a/README.md b/README.md new file mode 100644 index 0000000..c8413c0 --- /dev/null +++ b/README.md @@ -0,0 +1,22 @@ +# LibJ SQL + +> Supplementary patterns for the `java.sql` package. + +[![Build Status](https://travis-ci.org/libj/sql.png)](https://travis-ci.org/libj/sql) +[![Coverage Status](https://coveralls.io/repos/github/libj/sql/badge.svg?branch=master)](https://coveralls.io/github/libj/sql?branch=master) +[![Javadocs](https://www.javadoc.io/badge/org.libj/sql.svg)](https://www.javadoc.io/doc/org.libj/sql) +[![Released Version](https://img.shields.io/maven-central/v/org.libj/sql.svg)](https://mvnrepository.com/artifact/org.libj/sql) + +## Introduction + +The LibJ sql library provides supplementary extensions to the `java.sql` package, as well as common functions and abstractions related to SQL. + +## Contributing + +Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change. + +Please make sure to update sqls as appropriate. + +### License + +This project is licensed under the MIT License - see the [LICENSE.txt](LICENSE.txt) file for details. \ No newline at end of file