You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+19-1Lines changed: 19 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@
3
3
4
4
# AdvancedSQLClient
5
5
Ultimate SQL client with intuitive query builders, Json support and more!<br>
6
-
Before documentation is done, here is a <ahref="https://github.com/ZorTik/AdvancedSQLClient/blob/master/examples/src/main/java/me/zort/sqllib/Example.java">small example</a>.
6
+
Head to new <ahref="https://github.com/ZorTik/AdvancedSQLClient/wiki">wiki</a> for usage tutorial & quickstart!
if (repository.save(newUser("User1")).isSuccessful()) {
31
+
User user = repository.findUser("User1");
32
+
}
33
+
```
34
+
17
35
## Installation
18
36
You can add AdvancedSQLClient to your build path using Maven or Gradle. You can also shade&relocate it using shade plugin to have it's unique build path.
0 commit comments