Skip to content

Commit 578cb57

Browse files
authored
Update README.md
1 parent 8fa5d6d commit 578cb57

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,8 @@ UserRepository repository = connection.createGate(UserRepository.class);
3030
if (repository.save(new User("User1")).isSuccessful()) {
3131
User user = repository.findUser("User1");
3232
}
33+
34+
// TIP: We support query builders too! Check wiki section.
3335
```
3436

3537
## Installation

0 commit comments

Comments
 (0)