Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jianshangquan authored Aug 9, 2022
1 parent eb64dbe commit 474a173
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
# SQLQueryBuilder

Is a simple SQL query builder in Java\
Currently it support only MySQL query

> Note: Currently it support only MySQL query

### HOW TO USE?
Expand Down Expand Up @@ -54,4 +55,4 @@ SQLBuilder.getMySQLBuilder()
// WHERE field1 = value
// ORDER BY table1.field ASC;

```
```

0 comments on commit 474a173

Please sign in to comment.