Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
KDesp73 authored Jan 16, 2024
1 parent fc3fb35 commit d613bc3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ More soon to be added
## Example Usage

### Create your own connector
<div class="mockup-code">


```java
public class PostgresConnection implements DatabaseConnection{
Expand Down Expand Up @@ -46,6 +48,8 @@ public class PostgresConnection implements DatabaseConnection{
}
```

</div>

*See the library's DatabaseConnections for help*

### QueryBuilder
Expand Down

0 comments on commit d613bc3

Please sign in to comment.