Update README.md

This commit is contained in:
germannewsmaker 2020-12-24 11:45:00 +01:00 committed by GitHub
parent 3f9357e285
commit 6159ba1eda
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -55,13 +55,13 @@ This is a small project for quickly managing a MySQL database in Java. It makes
- TIMEZONE_UTC *(serverTimezone=UTC)*
2. Perform a standard SQL query
- Get a ResultSet
```java
connection.getResultSet("default query", "parameters");
```
```java
connection.getResultSet("default query", "parameters");
```
- Perform an update
```java
connection.update("query", "parameters");
```
```java
connection.update("query", "parameters");
```
3. Get something from a table with managers
1. Getting a Result (For one result)
```java
@ -127,4 +127,4 @@ Currently there are not many features yet, so feel free to write me some suggest
[issues-shield]: https://img.shields.io/github/issues/germannewsmaker/sqltoolkit.svg?style=for-the-badge
[issues-url]: https://github.com/germannewsmaker/sqltoolkit/issues
[license-shield]: https://img.shields.io/github/license/germannewsmaker/sqltoolkit.svg?style=for-the-badge
[license-url]: https://github.com/germannewsmaker/sqltoolkit/blob/master/LICENSE.txt
[license-url]: https://github.com/germannewsmaker/sqltoolkit/blob/master/LICENSE.txt