-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
22 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |