Skip to content

Commit

Permalink
Add note about stability
Browse files Browse the repository at this point in the history
  • Loading branch information
kaklakariada committed Feb 19, 2022
1 parent af5d947 commit 9e5d69b
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# simple-jdbc

Wrapper to simplify working with JDBC
Wrapper to simplify working with JDBC.

**This project is at an early development stage and the API will change without backwards compatibility.**

[![Java CI](https://github.com/itsallcode/simple-jdbc/actions/workflows/build.yml/badge.svg)](https://github.com/itsallcode/simple-jdbc/actions/workflows/build.yml)
[![CodeQL](https://github.com/itsallcode/simple-jdbc/actions/workflows/codeql-analysis.yml/badge.svg)](https://github.com/itsallcode/simple-jdbc/actions/workflows/codeql-analysis.yml)
Expand All @@ -15,11 +17,14 @@ Wrapper to simplify working with JDBC

## Usage

Add dependency to your gradle project:

```gradle
dependencies {
implementation 'org.itsallcode:simple-jdbc:0.3.0'
}
```

```java
record Name(int id, String name) {
Object[] toRow() {
Expand Down

0 comments on commit 9e5d69b

Please sign in to comment.