Skip to content

Commit

Permalink
Update README.md [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
safris committed May 11, 2019
1 parent a53e9ee commit e6a5c29
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -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.

0 comments on commit e6a5c29

Please sign in to comment.